| Package | Description |
|---|---|
| org.apache.calcite.config |
Configuration.
|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| 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.validate |
SQL validation.
|
| Modifier and Type | Method and Description |
|---|---|
SqlConformance |
CalciteConnectionConfig.conformance() |
SqlConformance |
CalciteConnectionConfigImpl.conformance() |
| Modifier and Type | Method and Description |
|---|---|
private SqlConformance |
PlannerImpl.conformance() |
| Constructor and Description |
|---|
CalciteSqlValidator(SqlOperatorTable opTab,
CalciteCatalogReader catalogReader,
JavaTypeFactory typeFactory,
SqlConformance conformance) |
| Constructor and Description |
|---|
SqlAdvisorValidator(SqlOperatorTable opTab,
SqlValidatorCatalogReader catalogReader,
RelDataTypeFactory typeFactory,
SqlConformance conformance)
Creates a SqlAdvisor validator.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlConformance |
SqlParser.ConfigBuilder.conformance |
private SqlConformance |
SqlParser.ConfigImpl.conformance |
| Modifier and Type | Method and Description |
|---|---|
SqlConformance |
SqlParser.Config.conformance() |
SqlConformance |
SqlParser.ConfigImpl.conformance() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SqlAbstractParserImpl.setConformance(SqlConformance conformance)
Sets the SQL language conformance level.
|
SqlParser.ConfigBuilder |
SqlParser.ConfigBuilder.setConformance(SqlConformance conformance) |
| Constructor and Description |
|---|
ConfigImpl(int identifierMaxLength,
org.apache.calcite.avatica.util.Casing quotedCasing,
org.apache.calcite.avatica.util.Casing unquotedCasing,
org.apache.calcite.avatica.util.Quoting quoting,
boolean caseSensitive,
SqlConformance conformance,
SqlParserImplFactory parserFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlAbstractConformance
Abstract base class for implementing
SqlConformance. |
class |
SqlConformanceEnum
Enumeration of built-in SQL compatibility modes.
|
class |
SqlDelegatingConformance
Implementation of
SqlConformance that delegates all methods to
another object. |
| Modifier and Type | Field and Description |
|---|---|
private SqlConformance |
SqlValidatorImpl.conformance |
private SqlConformance |
SqlDelegatingConformance.delegate |
| Modifier and Type | Method and Description |
|---|---|
SqlConformance |
SqlValidator.getConformance()
Returns the dialect of SQL (SQL:2003, etc.) this validator recognizes.
|
SqlConformance |
SqlValidatorImpl.getConformance() |
| Modifier and Type | Method and Description |
|---|---|
static SqlValidatorWithHints |
SqlValidatorUtil.newValidator(SqlOperatorTable opTab,
SqlValidatorCatalogReader catalogReader,
RelDataTypeFactory typeFactory,
SqlConformance conformance)
Factory method for
SqlValidator. |
| Constructor and Description |
|---|
SqlDelegatingConformance(SqlConformance delegate)
Creates a SqlDelegatingConformance.
|
SqlValidatorImpl(SqlOperatorTable opTab,
SqlValidatorCatalogReader catalogReader,
RelDataTypeFactory typeFactory,
SqlConformance conformance)
Creates a validator.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.