Class LongOutDoubleLongInFunctionVectorValueProcessor

    • Constructor Detail

      • LongOutDoubleLongInFunctionVectorValueProcessor

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

      • apply

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