Modifier and Type | Method and Description |
---|---|
void |
FunctionImplementationRegistry.register(DrillOperatorTable operatorTable)
Register functions in given operator table.
|
void |
PluggableFunctionRegistry.register(DrillOperatorTable operatorTable)
Register functions in given operator table.
|
void |
HiveFunctionRegistry.register(DrillOperatorTable operatorTable) |
Modifier and Type | Method and Description |
---|---|
void |
LocalFunctionRegistry.register(DrillOperatorTable operatorTable)
Registers all functions present in
DrillOperatorTable ,
also sets sync registry version used at the moment of function registration. |
Modifier and Type | Method and Description |
---|---|
DrillOperatorTable |
QueryContext.getDrillOperatorTable() |
Modifier and Type | Method and Description |
---|---|
static PreProcessLogicalRel |
PreProcessLogicalRel.createVisitor(org.apache.calcite.rel.type.RelDataTypeFactory factory,
DrillOperatorTable table,
org.apache.calcite.rex.RexBuilder rexBuilder) |
Constructor and Description |
---|
RewriteProjectToFlatten(org.apache.calcite.rel.type.RelDataTypeFactory factory,
DrillOperatorTable table) |
Modifier and Type | Method and Description |
---|---|
DrillOperatorTable |
DrillbitContext.getOperatorTable()
Use the operator table built during startup when "exec.udf.use_dynamic" option
is set to false.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.