Uses of Class
org.apache.druid.math.expr.vector.LongOutLongInFunctionVectorValueProcessor
-
Packages that use LongOutLongInFunctionVectorValueProcessor Package Description org.apache.druid.math.expr.vector -
-
Uses of LongOutLongInFunctionVectorValueProcessor in org.apache.druid.math.expr.vector
Method parameters in org.apache.druid.math.expr.vector with type arguments of type LongOutLongInFunctionVectorValueProcessor Modifier and Type Method Description static <T> ExprVectorProcessor<T>VectorMathProcessors. makeLongMathProcessor(Expr.VectorInputBindingInspector inspector, Expr arg, Supplier<LongOutLongInFunctionVectorValueProcessor> longOutLongInSupplier, Supplier<LongOutDoubleInFunctionVectorValueProcessor> longOutDoubleInSupplier)Make a 1 argument math processor with the following type rules long -> long double -> longstatic <T> ExprVectorProcessor<T>VectorMathProcessors. makeMathProcessor(Expr.VectorInputBindingInspector inspector, Expr arg, Supplier<LongOutLongInFunctionVectorValueProcessor> longOutLongInSupplier, Supplier<DoubleOutDoubleInFunctionVectorValueProcessor> doubleOutDoubleInSupplier)Make a 1 argument math processor with the following type rules long -> long double -> double
-