| Package | Description |
|---|---|
| org.apache.drill.exec.expr |
Drill expression materialization and evaluation facilities.
|
| org.apache.drill.exec.physical.impl.project |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractExecExprVisitor.visitUnknown(OutputWidthExpression e,
VAL value) |
| Modifier and Type | Class and Description |
|---|---|
static class |
OutputWidthExpression.FixedLenExpr
Used to represent fixed-width values used in an expression.
|
static class |
OutputWidthExpression.FunctionCallExpr
FunctionCallExpr captures the details required to calculate the width of the output produced by a function
that produces variable-width output.
|
static class |
OutputWidthExpression.IfElseWidthExpr
IfElseWidthExpr is uded to capture an
IfExpression. |
static class |
OutputWidthExpression.VarLenReadExpr
VarLenReadExpr captures the inputColumnName and the readExpression used to read a variable length column.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<OutputWidthExpression> |
OutputWidthExpression.FunctionCallExpr.getArgs() |
| Constructor and Description |
|---|
IfElseWidthExpr(OutputWidthExpression ifExpr,
OutputWidthExpression elseExpr) |
| Constructor and Description |
|---|
FunctionCallExpr(FunctionHolderExpression holder,
OutputWidthCalculator widthCalculator,
ArrayList<OutputWidthExpression> args) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.