Class SymmetricalBivariateFunctionVectorProcessor<T>
java.lang.Object
org.apache.druid.math.expr.vector.BivariateFunctionVectorProcessor<T,T,T>
org.apache.druid.math.expr.vector.SymmetricalBivariateFunctionVectorProcessor<T>
- All Implemented Interfaces:
ExprVectorProcessor<T>
public abstract class SymmetricalBivariateFunctionVectorProcessor<T>
extends BivariateFunctionVectorProcessor<T,T,T>
-
Constructor Summary
ConstructorsConstructorDescriptionSymmetricalBivariateFunctionVectorProcessor(ExpressionType outputType, ExprVectorProcessor<T> left, ExprVectorProcessor<T> right) -
Method Summary
Methods inherited from class org.apache.druid.math.expr.vector.BivariateFunctionVectorProcessor
asEval, evalVector, getOutputType, maxVectorSize, processIndex
-
Constructor Details
-
SymmetricalBivariateFunctionVectorProcessor
public SymmetricalBivariateFunctionVectorProcessor(ExpressionType outputType, ExprVectorProcessor<T> left, ExprVectorProcessor<T> right)
-