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