Package org.apache.druid.math.expr
Class ApplyFunction.SettableLambdaBinding
java.lang.Object
org.apache.druid.math.expr.ApplyFunction.SettableLambdaBinding
- All Implemented Interfaces:
Expr.InputBindingInspector,Expr.ObjectBinding
- Enclosing interface:
- ApplyFunction
public static class ApplyFunction.SettableLambdaBinding
extends Object
implements Expr.ObjectBinding
Simple, mutable,
Expr.ObjectBinding for a LambdaExpr which provides a Map for storing
arbitrary values to use as values for IdentifierExpr in the body of the lambda that are arguments to the
lambda-
Method Summary
Modifier and TypeMethodDescriptionGet value binding for string identifier ofIdentifierExprGet theExpressionTypefrom the backing store for a given identifier (this is likely a column, but could be other things depending on the backing adapter)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.math.expr.Expr.InputBindingInspector
areNumeric, areNumeric, areSameTypes, areSameTypes, areScalar, areScalar, canVectorize, canVectorize
-
Method Details
-
get
Description copied from interface:Expr.ObjectBindingGet value binding for string identifier ofIdentifierExpr- Specified by:
getin interfaceExpr.ObjectBinding
-
getType
Description copied from interface:Expr.InputBindingInspectorGet theExpressionTypefrom the backing store for a given identifier (this is likely a column, but could be other things depending on the backing adapter)- Specified by:
getTypein interfaceExpr.InputBindingInspector
-