Uses of Class
org.apache.drill.exec.physical.impl.project.OutputWidthExpression.VarLenReadExpr
Packages that use OutputWidthExpression.VarLenReadExpr
Package
Description
Drill expression materialization and evaluation facilities.
-
Uses of OutputWidthExpression.VarLenReadExpr in org.apache.drill.exec.expr
Methods in org.apache.drill.exec.expr with parameters of type OutputWidthExpression.VarLenReadExprModifier and TypeMethodDescriptionAbstractExecExprVisitor.visitVarLenReadExpr
(OutputWidthExpression.VarLenReadExpr varLenReadExpr, VAL value) -
Uses of OutputWidthExpression.VarLenReadExpr in org.apache.drill.exec.physical.impl.project
Methods in org.apache.drill.exec.physical.impl.project with parameters of type OutputWidthExpression.VarLenReadExprModifier 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.