Uses of Class
org.apache.druid.math.expr.InputBindings.InputSupplier
-
Packages that use InputBindings.InputSupplier Package Description org.apache.druid.math.expr -
-
Uses of InputBindings.InputSupplier in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that return InputBindings.InputSupplier Modifier and Type Method Description static <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.InputSupplier Modifier and Type Method Description static Expr.ObjectBindingInputBindings. forInputSuppliers(Map<String,InputBindings.InputSupplier<?>> bindings)CreateExpr.ObjectBindingbacked by map ofSupplierto provide values for identifiers to evaluateExpr
-