Class TableScanCursor

  • All Implemented Interfaces:
    Cursor, Iterable<Row>

    public class TableScanCursor
    extends CursorImpl
    Simple un-indexed cursor.
    Author:
    James Ahlborn
    • Constructor Detail

      • TableScanCursor

        public TableScanCursor​(TableImpl table)