| Package | Description |
|---|---|
| org.apache.calcite.sql.parser |
Provides a SQL parser.
|
| org.apache.calcite.sql.parser.impl |
Contains generated code for the
Calcite SQL parser. |
| Modifier and Type | Method and Description |
|---|---|
SqlAbstractParserImpl |
SqlParserImplFactory.getParser(Reader stream)
Get the underlying parser implementation.
|
| Constructor and Description |
|---|
SqlAbstractParserImpl.MetadataImpl(SqlAbstractParserImpl sqlParser)
Creates a MetadataImpl.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlParserImpl
SQL parser, generated from Parser.jj by JavaCC.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.