| Class | Description |
|---|---|
| CompoundIdentifierConverter |
Implementation of
SqlVisitor that converts bracketed compound SqlIdentifier to bracket-less compound
SqlIdentifier (also known as DrillCompoundIdentifier) to provide ease of use while querying complex
types. |
| DrillCalciteWrapperUtility |
This utility contains the static functions to manipulate
DrillCalciteSqlWrapper, DrillCalciteSqlOperatorWrapper
DrillCalciteSqlFunctionWrapper and DrillCalciteSqlAggFunctionWrapper. |
| DrillCompoundIdentifier | |
| DrillCompoundIdentifier.Builder | |
| DrillParserUtil |
Helper methods or constants used in parsing a SQL query.
|
| DrillSqlCall |
SqlCall interface with addition of method to get the handler.
|
| SqlCreateFunction | |
| SqlCreateTable | |
| SqlCreateView | |
| SqlDescribeSchema |
Sql parse tree node to represent statement:
DESCRIBE {SCHEMA | DATABASE} schema_name
|
| SqlDescribeTable |
Sql parser tree node to represent statement:
{ DESCRIBE | DESC } tblname [col_name | wildcard ]
|
| SqlDropFunction | |
| SqlDropTable | |
| SqlDropView | |
| SqlRefreshMetadata |
Sql parse tree node to represent statement:
REFRESH TABLE METADATA tblname
|
| SqlShowFiles |
Sql parse tree node to represent statement:
SHOW FILES [{FROM | IN} db_name] [LIKE 'pattern' | WHERE expr]
|
| SqlShowSchemas |
Sql parse tree node to represent statement:
SHOW {DATABASES | SCHEMAS} [LIKE 'pattern' | WHERE expr]
|
| SqlShowTables |
Sql parse tree node to represent statement:
SHOW TABLES [{FROM | IN} db_name] [LIKE 'pattern' | WHERE expr]
|
| SqlUseSchema |
Sql parser tree node to represent
USE SCHEMA statement. |
| UnsupportedOperatorsVisitor |
| Enum | Description |
|---|---|
| SqlCreateView.SqlCreateViewType |
Copyright © 2017 The Apache Software Foundation. All rights reserved.