Package org.apache.calcite.schema
Interface StreamableTable
- All Superinterfaces:
Table
- All Known Implementing Classes:
CsvStreamScannableTable
,InfiniteOrdersTable
,KafkaStreamTable
,OrdersTable
Table that can be converted to a stream.
- See Also:
-
Method Summary
Methods inherited from interface org.apache.calcite.schema.Table
getJdbcTableType, getRowType, getStatistic, isRolledUp, rolledUpColumnValidInsideAgg
-
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.
-