public class EvaluationFunction extends Object implements Function<Values,Values>
| Constructor and Description | 
|---|
EvaluationFunction(ExecutableExpression projectionInstance,
                  int outputCount,
                  org.apache.calcite.DataContext dataContext)
EvaluationFunction Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Values | 
apply(Values input)
Applies this function to the given argument. 
 | 
public EvaluationFunction(ExecutableExpression projectionInstance, int outputCount, org.apache.calcite.DataContext dataContext)
EvaluationFunction Constructor.
projectionInstance - ExecutableExpressionoutputCount - output countdataContext - DataContextCopyright © 2022 The Apache Software Foundation. All rights reserved.