Uses of Class
org.apache.drill.exec.physical.impl.project.OutputWidthExpression.VarLenReadExpr
Package
Description
Drill expression materialization and evaluation facilities.
-
Uses of OutputWidthExpression.VarLenReadExpr in org.apache.drill.exec.expr
Modifier and TypeMethodDescriptionAbstractExecExprVisitor.visitVarLenReadExpr
(OutputWidthExpression.VarLenReadExpr varLenReadExpr, VAL value) -
Uses of OutputWidthExpression.VarLenReadExpr in org.apache.drill.exec.physical.impl.project
Modifier and TypeMethodDescriptionOutputWidthVisitor.visitVarLenReadExpr
(OutputWidthExpression.VarLenReadExpr varLenReadExpr, OutputWidthVisitorState state) Converts theOutputWidthExpression.VarLenReadExpr
to aOutputWidthExpression.FixedLenExpr
by getting the size for the corresponding column from the RecordBatchSizer.