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 TypeMethodDescriptionvoidFunctionImplementationRegistry.register(DrillOperatorTable operatorTable) Register functions in given operator table.voidHiveFunctionRegistry.register(DrillOperatorTable operatorTable) voidPluggableFunctionRegistry.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 TypeMethodDescriptionvoidLocalFunctionRegistry.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 PreProcessLogicalRelPreProcessLogicalRel.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.