Class OrdersHistoryTable

java.lang.Object
org.apache.calcite.test.schemata.orderstream.BaseOrderStreamTable
org.apache.calcite.test.schemata.orderstream.OrdersHistoryTable
All Implemented Interfaces:
ScannableTable, Table

public class OrdersHistoryTable extends BaseOrderStreamTable
Table representing the history of the ORDERS stream.
  • Constructor Details

    • OrdersHistoryTable

      public OrdersHistoryTable(com.google.common.collect.ImmutableList<Object[]> rows)
  • Method Details

    • scan

      public Enumerable<@Nullable Object[]> scan(DataContext root)
      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.