Uses of Class
org.apache.drill.exec.planner.sql.handlers.AbstractSqlHandler
Packages that use AbstractSqlHandler
Package
Description
-
Uses of AbstractSqlHandler in org.apache.drill.exec.planner.sql.handlers
Subclasses of AbstractSqlHandler in org.apache.drill.exec.planner.sql.handlersModifier and TypeClassDescriptionclassclassclassHandler for handling CREATE ALIAS statements.classclassclassclassclassclassHandler for handling DROP ALIAS statements.classHandler for handling DROP ALL ALIASES statements.classclassclassclassConstructs plan to be executed for inserting data into the table.classConstructs plan to be executed for collecting metadata and storing it to the Metastore.classclassclassConverts aSqlNoderepresenting: "ALTER ..classParent class for CREATE / DROP / DESCRIBE / ALTER SCHEMA handlers.static classALTER SCHEMA ADD command handler.static classCREATE SCHEMA command handler.static classDESCRIBE SCHEMA FOR TABLE command handler.static classDROP SCHEMA command handler.static classALTER SCHEMA REMOVE command handler.classConverts aSqlNoderepresenting: "ALTER ..classclassclassclassclassstatic classHandler for Create View DDL commandstatic classHandler for Drop View [If Exists] DDL command. -
Uses of AbstractSqlHandler in org.apache.drill.exec.planner.sql.parser
Methods in org.apache.drill.exec.planner.sql.parser that return AbstractSqlHandlerModifier and TypeMethodDescriptionDrillSqlCall.getSqlHandler(SqlHandlerConfig config) DrillSqlCall.getSqlHandler(SqlHandlerConfig config, Pointer<String> textPlan) SqlAnalyzeTable.getSqlHandler(SqlHandlerConfig config) SqlAnalyzeTable.getSqlHandler(SqlHandlerConfig config, Pointer<String> textPlan) SqlCreateAlias.getSqlHandler(SqlHandlerConfig config) SqlCreateFunction.getSqlHandler(SqlHandlerConfig config) SqlCreateTable.getSqlHandler(SqlHandlerConfig config) SqlCreateTable.getSqlHandler(SqlHandlerConfig config, Pointer<String> textPlan) SqlCreateView.getSqlHandler(SqlHandlerConfig config) SqlDropAlias.getSqlHandler(SqlHandlerConfig config) SqlDropAllAliases.getSqlHandler(SqlHandlerConfig config) SqlDropFunction.getSqlHandler(SqlHandlerConfig config) SqlDropTable.getSqlHandler(SqlHandlerConfig config) SqlDropTableMetadata.getSqlHandler(SqlHandlerConfig config) SqlDropTableMetadata.getSqlHandler(SqlHandlerConfig config, Pointer<String> textPlan) SqlDropView.getSqlHandler(SqlHandlerConfig config) SqlMetastoreAnalyzeTable.getSqlHandler(SqlHandlerConfig config) SqlMetastoreAnalyzeTable.getSqlHandler(SqlHandlerConfig config, Pointer<String> textPlan) SqlRefreshMetadata.getSqlHandler(SqlHandlerConfig config) SqlSchema.Add.getSqlHandler(SqlHandlerConfig config) SqlSchema.Create.getSqlHandler(SqlHandlerConfig config) SqlSchema.Drop.getSqlHandler(SqlHandlerConfig config) SqlSchema.Remove.getSqlHandler(SqlHandlerConfig config) SqlShowFiles.getSqlHandler(SqlHandlerConfig config) SqlShowSchemas.getSqlHandler(SqlHandlerConfig config) SqlShowTables.getSqlHandler(SqlHandlerConfig config) SqlUseSchema.getSqlHandler(SqlHandlerConfig config)