| Package | Description |
|---|---|
| org.apache.drill.common.expression |
Logical expression tree representation.
|
| org.apache.drill.exec.expr |
Drill expression materialization and evaluation facilities.
|
| org.apache.drill.exec.expr.fn |
| Modifier and Type | Method and Description |
|---|---|
abstract FuncHolder |
FunctionHolderExpression.getHolder()
Return the underlying function implementation holder.
|
| Modifier and Type | Method and Description |
|---|---|
FuncHolder |
HiveFuncHolderExpr.getHolder() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFuncHolder |
class |
DrillComplexWriterAggFuncHolder |
class |
DrillComplexWriterFuncHolder |
class |
DrillFuncHolder |
class |
DrillSimpleFuncHolder
Definition of a Drill function defined using the
@FunctionTemplate annotation of the class which
implements the function. |
class |
HiveFuncHolder |
Copyright © 2021 The Apache Software Foundation. All rights reserved.