Class LongBivariateObjectsFunctionVectorProcessor
java.lang.Object
org.apache.druid.math.expr.vector.BivariateObjectsFunctionVectorProcessor<Object[],Object[],long[]>
org.apache.druid.math.expr.vector.LongBivariateObjectsFunctionVectorProcessor
- All Implemented Interfaces:
ExprVectorProcessor<long[]>
public final class LongBivariateObjectsFunctionVectorProcessor
extends BivariateObjectsFunctionVectorProcessor<Object[],Object[],long[]>
-
Constructor Summary
ConstructorsConstructorDescriptionLongBivariateObjectsFunctionVectorProcessor(ExprVectorProcessor<Object[]> left, ExprVectorProcessor<Object[]> right, ExpressionType inputType, LongBivariateObjectsFunction objectsFunction) -
Method Summary
Methods inherited from class org.apache.druid.math.expr.vector.BivariateObjectsFunctionVectorProcessor
evalVector, maxVectorSize
-
Constructor Details
-
LongBivariateObjectsFunctionVectorProcessor
public LongBivariateObjectsFunctionVectorProcessor(ExprVectorProcessor<Object[]> left, ExprVectorProcessor<Object[]> right, ExpressionType inputType, LongBivariateObjectsFunction objectsFunction)
-
-
Method Details
-
getOutputType
-