Class ApplyFunction.MapLambdaBinding

java.lang.Object
org.apache.druid.math.expr.ApplyFunction.MapLambdaBinding
All Implemented Interfaces:
ApplyFunction.IndexableMapLambdaObjectBinding, Expr.InputBindingInspector, Expr.ObjectBinding
Enclosing interface:
ApplyFunction

public static class ApplyFunction.MapLambdaBinding extends Object implements ApplyFunction.IndexableMapLambdaObjectBinding
ApplyFunction.IndexableMapLambdaObjectBinding for a ApplyFunction.MapFunction. Lambda argument binding is stored in an object array, retrieving binding values for the lambda identifier returns the value at the current index.