Class ExpressionFunctionValues

    • Constructor Detail

      • ExpressionFunctionValues

        ExpressionFunctionValues​(Expression expression,
                                 DoubleValues[] functionValues)
    • Method Detail

      • advanceExact

        public boolean advanceExact​(int doc)
                             throws java.io.IOException
        Description copied from class: DoubleValues
        Advance this instance to the given document id
        Specified by:
        advanceExact in class DoubleValues
        Returns:
        true if there is a value for this document
        Throws:
        java.io.IOException
      • doubleValue

        public double doubleValue()
        Description copied from class: DoubleValues
        Get the double value for the current document
        Specified by:
        doubleValue in class DoubleValues