Interface ResultCursor

All Superinterfaces:
AutoCloseable, Closeable, CloseableIterator<Page>, Iterator<Page>

public interface ResultCursor extends CloseableIterator<Page>
Streaming cursor over query results from a connector. Each call to Iterator.next() returns a Page of columnar data.
  • Method Details

    • cancel

      default void cancel()