| Package | Description |
|---|---|
| org.apache.calcite.sql.advise |
Provides hints and corrections for editing SQL statements.
|
| 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 |
|---|---|
protected SqlAbstractParserImpl.Metadata |
SqlAdvisor.getParserMetadata()
Returns the underlying Parser metadata.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlAbstractParserImpl.MetadataImpl
Default implementation of the
SqlAbstractParserImpl.Metadata interface. |
| Modifier and Type | Method and Description |
|---|---|
abstract SqlAbstractParserImpl.Metadata |
SqlAbstractParserImpl.getMetadata()
Returns metadata about this parser: keywords, etc.
|
SqlAbstractParserImpl.Metadata |
SqlParser.getMetadata()
Get the parser metadata.
|
| Modifier and Type | Method and Description |
|---|---|
SqlAbstractParserImpl.Metadata |
SqlParserImpl.getMetadata() |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.