Interface StreamableTable

All Superinterfaces:
Table
All Known Implementing Classes:
CsvStreamScannableTable, InfiniteOrdersTable, KafkaStreamTable, OrdersTable

public interface StreamableTable extends Table
Table that can be converted to a stream.
See Also:
  • Method Details

    • stream

      Table stream()
      Returns an enumerator over the rows in this Table. Each row is represented as an array of its column values.