Interface VectorCursor

    • Method Detail

      • advance

        void advance()
        Advances the cursor, skipping forward a number of rows equal to the current vector size.
      • isDone

        boolean isDone()
        Returns false if the cursor is readable, true if it has nothing left to read.
      • reset

        void reset()
        Resets the cursor back to its original state. Useful for query engines that want to make multiple passes.