| Package | Description |
|---|---|
| org.apache.drill.exec.planner.sql.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlCreateFunction |
class |
SqlCreateTable |
class |
SqlCreateView |
class |
SqlDescribeSchema
Sql parse tree node to represent statement:
DESCRIBE {SCHEMA | DATABASE} schema_name
|
class |
SqlDescribeTable
Sql parser tree node to represent statement:
{ DESCRIBE | DESC } tblname [col_name | wildcard ]
|
class |
SqlDropFunction |
class |
SqlDropTable |
class |
SqlDropView |
class |
SqlRefreshMetadata
Sql parse tree node to represent statement:
REFRESH TABLE METADATA tblname
|
class |
SqlShowFiles
Sql parse tree node to represent statement:
SHOW FILES [{FROM | IN} db_name] [LIKE 'pattern' | WHERE expr]
|
class |
SqlShowSchemas
Sql parse tree node to represent statement:
SHOW {DATABASES | SCHEMAS} [LIKE 'pattern' | WHERE expr]
|
class |
SqlShowTables
Sql parse tree node to represent statement:
SHOW TABLES [{FROM | IN} db_name] [LIKE 'pattern' | WHERE expr]
|
class |
SqlUseSchema
Sql parser tree node to represent
USE SCHEMA statement. |
Copyright © 2017 The Apache Software Foundation. All rights reserved.