Interface SortedIndexEnumerator

All Superinterfaces:
AutoCloseable, Closeable, SelectableIndexEnumerator, TupleEnumerator
All Known Implementing Classes:
SortedIndexEnumeratorOneToOne

public interface SortedIndexEnumerator extends SelectableIndexEnumerator
additional methods for sorted indices
Author:
angele
  • Method Details

    • nextElement

      void nextElement(TupleBuffer tuple) throws IOException
      Search for an tuple equal or greater to tuple.
      Returns next tuple in buffer.
      Parameters:
      tuple - , the tuple to be compared
      Throws:
      IOException
    • nextElement

      void nextElement(long[] tuple) throws IOException
      Search for an tuple equal or greater to tuple.
      Returns next tuple in buffer.
      Parameters:
      tuple - , the tuple to be compared
      Throws:
      IOException