Class OutputWidthExpression.FunctionCallExpr

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

public static class OutputWidthExpression.FunctionCallExpr extends OutputWidthExpression
FunctionCallExpr captures the details required to calculate the width of the output produced by a function that produces variable-width output. It captures the OutputWidthCalculator for the function and the arguments.