Package | Description |
---|---|
org.apache.drill.exec.planner.sql.handlers | |
org.apache.drill.exec.planner.sql.parser |
Modifier and Type | Class and Description |
---|---|
class |
AnalyzeTableHandler |
class |
BaseAliasHandler |
class |
CreateAliasHandler
Handler for handling CREATE ALIAS statements.
|
class |
CreateFunctionHandler |
class |
CreateTableHandler |
class |
DefaultSqlHandler |
class |
DescribeSchemaHandler |
class |
DescribeTableHandler |
class |
DropAliasHandler
Handler for handling DROP ALIAS statements.
|
class |
DropAllAliasesHandler
Handler for handling DROP ALL ALIASES statements.
|
class |
DropFunctionHandler |
class |
DropTableHandler |
class |
ExplainHandler |
class |
MetastoreAnalyzeTableHandler
Constructs plan to be executed for collecting metadata and storing it to the Metastore.
|
class |
MetastoreDropTableMetadataHandler |
class |
RefreshMetadataHandler |
class |
ResetOptionHandler
Converts a
SqlNode representing: "ALTER .. |
class |
SchemaHandler
Parent class for CREATE / DROP / DESCRIBE / ALTER SCHEMA handlers.
|
static class |
SchemaHandler.Add
ALTER SCHEMA ADD command handler.
|
static class |
SchemaHandler.Create
CREATE SCHEMA command handler.
|
static class |
SchemaHandler.Describe
DESCRIBE SCHEMA FOR TABLE command handler.
|
static class |
SchemaHandler.Drop
DROP SCHEMA command handler.
|
static class |
SchemaHandler.Remove
ALTER SCHEMA REMOVE command handler.
|
class |
SetOptionHandler
Converts a
SqlNode representing: "ALTER .. |
class |
ShowFilesHandler |
class |
ShowSchemasHandler |
class |
ShowTablesHandler |
class |
UseSchemaHandler |
class |
ViewHandler |
static class |
ViewHandler.CreateView
Handler for Create View DDL command
|
static class |
ViewHandler.DropView
Handler for Drop View [If Exists] DDL command.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.