| Package | Description |
|---|---|
| org.apache.calcite.sql.advise |
Provides hints and corrections for editing SQL statements.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlAdvisorValidator
SqlAdvisorValidator is used by SqlAdvisor to traverse
the parse tree of a SQL statement, not for validation purpose but for setting
up the scopes and namespaces to facilitate retrieval of SQL statement
completion hints. |
| Constructor and Description |
|---|
SqlAdvisor(SqlValidatorWithHints validator)
Creates a SqlAdvisor with a validator instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlValidatorImpl
Default implementation of
SqlValidator. |
| Modifier and Type | Method and Description |
|---|---|
static SqlValidatorWithHints |
SqlValidatorUtil.newValidator(SqlOperatorTable opTab,
SqlValidatorCatalogReader catalogReader,
RelDataTypeFactory typeFactory)
Factory method for
SqlValidator. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.