Uses of Class
org.apache.drill.exec.planner.sql.handlers.SchemaHandler
Packages that use SchemaHandler
Package
Description
-
Uses of SchemaHandler in org.apache.drill.exec.planner.sql.handlers
Subclasses of SchemaHandler in org.apache.drill.exec.planner.sql.handlersModifier and TypeClassDescriptionstatic class
ALTER SCHEMA ADD command handler.static class
CREATE SCHEMA command handler.static class
DESCRIBE SCHEMA FOR TABLE command handler.static class
DROP SCHEMA command handler.static class
ALTER SCHEMA REMOVE command handler. -
Uses of SchemaHandler in org.apache.drill.exec.record.metadata.schema
Methods in org.apache.drill.exec.record.metadata.schema with parameters of type SchemaHandlerModifier and TypeMethodDescriptionstatic SchemaProvider
SchemaProviderFactory.create
(SqlSchema sqlSchema, SchemaHandler schemaHandler) Creates schema provider for sql schema commands.