Class OutputWidthExpression.VarLenReadExpr

java.lang.Object
org.apache.drill.exec.physical.impl.project.OutputWidthExpression
org.apache.drill.exec.physical.impl.project.OutputWidthExpression.VarLenReadExpr
Enclosing class:
OutputWidthExpression

public static class OutputWidthExpression.VarLenReadExpr extends OutputWidthExpression
VarLenReadExpr captures the inputColumnName and the readExpression used to read a variable length column. The captured inputColumnName will be used to lookup the average entry size for the column in the corresponding. If inputColumnName is null then the readExpression is used to get the name of the column. RecordBatchSizer