Class LongOutLongDoubleInFunctionVectorValueProcessor

    • Constructor Detail

      • LongOutLongDoubleInFunctionVectorValueProcessor

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

      • apply

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