Uses of Class
org.apache.druid.math.expr.vector.DoubleOutLongsInFunctionVectorValueProcessor
-
Packages that use DoubleOutLongsInFunctionVectorValueProcessor Package Description org.apache.druid.math.expr.vector -
-
Uses of DoubleOutLongsInFunctionVectorValueProcessor in org.apache.druid.math.expr.vector
Method parameters in org.apache.druid.math.expr.vector with type arguments of type DoubleOutLongsInFunctionVectorValueProcessor Modifier and Type Method Description static <T> ExprVectorProcessor<T>VectorMathProcessors. makeDoubleMathProcessor(Expr.VectorInputBindingInspector inspector, Expr left, Expr right, Supplier<DoubleOutLongsInFunctionVectorValueProcessor> doubleOutLongsInProcessor, Supplier<DoubleOutLongDoubleInFunctionVectorValueProcessor> doubleOutLongDoubleInProcessor, Supplier<DoubleOutDoubleLongInFunctionVectorValueProcessor> doubleOutDoubleLongInProcessor, Supplier<DoubleOutDoublesInFunctionVectorValueProcessor> doubleOutDoublesInProcessor)Make a 2 argument, math processor with the following type rules long, long -> double long, double -> double double, long -> double double, double -> double
-