| Package | Description |
|---|---|
| org.apache.drill.exec.planner.sql.handlers |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzeTableHandler |
class |
CreateFunctionHandler |
class |
CreateTableHandler |
class |
DescribeSchemaHandler |
class |
DescribeTableHandler |
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 |
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 |
ShowFilesHandler |
class |
ShowSchemasHandler |
class |
ShowTablesHandler |
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 © 2021 The Apache Software Foundation. All rights reserved.