Class DoubleOutDoubleLongInFunctionVectorValueProcessor

    • Constructor Detail

      • DoubleOutDoubleLongInFunctionVectorValueProcessor

        public DoubleOutDoubleLongInFunctionVectorValueProcessor​(ExprVectorProcessor<double[]> left,
                                                                 ExprVectorProcessor<long[]> right,
                                                                 int maxVectorSize)
    • Method Detail

      • apply

        public abstract double apply​(double left,
                                     long right)