Uses of Class
org.apache.druid.math.expr.InputBindings.InputSupplier
Packages that use InputBindings.InputSupplier
-
Uses of InputBindings.InputSupplier in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that return InputBindings.InputSupplierModifier and TypeMethodDescriptionstatic <T> InputBindings.InputSupplier<T>InputBindings.inputSupplier(ExpressionType type, com.google.common.base.Supplier<T> supplier) Method parameters in org.apache.druid.math.expr with type arguments of type InputBindings.InputSupplierModifier and TypeMethodDescriptionstatic Expr.ObjectBindingInputBindings.forInputSuppliers(Map<String, InputBindings.InputSupplier<?>> bindings) CreateExpr.ObjectBindingbacked by map ofSupplierto provide values for identifiers to evaluateExpr