Class OrdersHistoryTable
java.lang.Object
org.apache.calcite.test.schemata.orderstream.BaseOrderStreamTable
org.apache.calcite.test.schemata.orderstream.OrdersHistoryTable
- All Implemented Interfaces:
ScannableTable
,Table
Table representing the history of the ORDERS stream.
-
Field Summary
Fields inherited from class org.apache.calcite.test.schemata.orderstream.BaseOrderStreamTable
protoRowType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEnumerable<@Nullable Object[]>
scan
(DataContext root) Returns an enumerator over the rows in this Table.Methods inherited from class org.apache.calcite.test.schemata.orderstream.BaseOrderStreamTable
getJdbcTableType, getRowType, getStatistic, isRolledUp, rolledUpColumnValidInsideAgg
-
Constructor Details
-
OrdersHistoryTable
-
-
Method Details
-
scan
Description copied from interface:ScannableTable
Returns an enumerator over the rows in this Table. Each row is represented as an array of its column values.
-