| 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.visitIfElseWidthExpr(OutputWidthExpression.IfElseWidthExpr ifElseWidthExpr,
VAL value) |
| Modifier and Type | Method and Description |
|---|---|
OutputWidthExpression |
OutputWidthVisitor.visitIfElseWidthExpr(OutputWidthExpression.IfElseWidthExpr ifElseWidthExpr,
OutputWidthVisitorState state)
Converts the
OutputWidthExpression.IfElseWidthExpr to a OutputWidthExpression.FixedLenExpr by taking
the max of the if-expr-width and the else-expr-width. |
Copyright © 2021 The Apache Software Foundation. All rights reserved.