Uses of Class
org.apache.drill.exec.planner.sql.DrillOperatorTable
Package
Description
-
Uses of DrillOperatorTable in org.apache.drill.exec.expr.fn
Modifier 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
Modifier 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
-
Uses of DrillOperatorTable in org.apache.drill.exec.planner.logical
Modifier 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
ModifierConstructorDescriptionRewriteProjectToFlatten
(org.apache.calcite.rel.type.RelDataTypeFactory factory, DrillOperatorTable table) -
Uses of DrillOperatorTable in org.apache.drill.exec.server
Modifier and TypeMethodDescriptionDrillbitContext.getOperatorTable()
Use the operator table built during startup when "exec.udf.use_dynamic" option is set to false.