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 SummaryFields inherited from class org.apache.calcite.test.schemata.orderstream.BaseOrderStreamTableprotoRowType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.BaseOrderStreamTablegetJdbcTableType, getRowType, getStatistic, isRolledUp, rolledUpColumnValidInsideAgg
- 
Constructor Details- 
OrdersHistoryTable
 
- 
- 
Method Details- 
scanDescription copied from interface:ScannableTableReturns an enumerator over the rows in this Table. Each row is represented as an array of its column values.
 
-