| Modifier and Type | Method and Description |
|---|---|
void |
HiveFunctionRegistry.register(DrillOperatorTable operatorTable) |
void |
PluggableFunctionRegistry.register(DrillOperatorTable operatorTable)
Register functions in given operator table.
|
void |
FunctionImplementationRegistry.register(DrillOperatorTable operatorTable)
Register functions in given operator table.
|
| 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 © 2021 The Apache Software Foundation. All rights reserved.