Uses of Class
org.apache.drill.exec.planner.sql.DrillOperatorTable
Packages that use DrillOperatorTable
Package
Description
-
Uses of DrillOperatorTable in org.apache.drill.exec.expr.fn
Methods in org.apache.drill.exec.expr.fn with parameters of type DrillOperatorTableModifier and TypeMethodDescriptionvoid
FunctionImplementationRegistry.register
(DrillOperatorTable operatorTable) Register functions in given operator table.void
HiveFunctionRegistry.register
(DrillOperatorTable operatorTable) void
PluggableFunctionRegistry.register
(DrillOperatorTable operatorTable) Register functions in given operator table. -
Uses of DrillOperatorTable in org.apache.drill.exec.expr.fn.registry
Methods in org.apache.drill.exec.expr.fn.registry with parameters of type DrillOperatorTableModifier and TypeMethodDescriptionvoid
LocalFunctionRegistry.register
(DrillOperatorTable operatorTable) Registers all functions present inDrillOperatorTable
, also sets sync registry version used at the moment of function registration. -
Uses of DrillOperatorTable in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops that return DrillOperatorTable -
Uses of DrillOperatorTable in org.apache.drill.exec.planner.logical
Methods in org.apache.drill.exec.planner.logical with parameters of type DrillOperatorTableModifier and TypeMethodDescriptionstatic PreProcessLogicalRel
PreProcessLogicalRel.createVisitor
(org.apache.calcite.rel.type.RelDataTypeFactory factory, DrillOperatorTable table, org.apache.calcite.rex.RexBuilder rexBuilder) -
Uses of DrillOperatorTable in org.apache.drill.exec.planner.physical.visitor
Constructors in org.apache.drill.exec.planner.physical.visitor with parameters of type DrillOperatorTableModifierConstructorDescriptionRewriteProjectToFlatten
(org.apache.calcite.rel.type.RelDataTypeFactory factory, DrillOperatorTable table) -
Uses of DrillOperatorTable in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return DrillOperatorTableModifier and TypeMethodDescriptionDrillbitContext.getOperatorTable()
Use the operator table built during startup when "exec.udf.use_dynamic" option is set to false.