Class InfiniteOrdersTable
java.lang.Object
org.apache.calcite.test.schemata.orderstream.BaseOrderStreamTable
org.apache.calcite.test.schemata.orderstream.InfiniteOrdersTable
- All Implemented Interfaces:
ScannableTable,StreamableTable,Table
Table representing an infinitely larger ORDERS stream.
-
Field Summary
Fields inherited from class org.apache.calcite.test.schemata.orderstream.BaseOrderStreamTable
protoRowType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnumerable<@Nullable Object[]>scan(DataContext root) Returns an enumerator over the rows in this Table.stream()Returns an enumerator over the rows in this Table.Methods inherited from class org.apache.calcite.test.schemata.orderstream.BaseOrderStreamTable
getJdbcTableType, getRowType, getStatistic, isRolledUp, rolledUpColumnValidInsideAggMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.calcite.schema.Table
getJdbcTableType, getRowType, getStatistic, isRolledUp, rolledUpColumnValidInsideAgg
-
Constructor Details
-
InfiniteOrdersTable
public InfiniteOrdersTable()
-
-
Method Details
-
scan
Description copied from interface:ScannableTableReturns an enumerator over the rows in this Table. Each row is represented as an array of its column values.- Specified by:
scanin interfaceScannableTable
-
stream
Description copied from interface:StreamableTableReturns an enumerator over the rows in this Table. Each row is represented as an array of its column values.- Specified by:
streamin interfaceStreamableTable
-