Class StreamTest.OrdersHistoryTable

  • All Implemented Interfaces:
    org.apache.calcite.schema.ScannableTable, org.apache.calcite.schema.Table
    Enclosing class:
    StreamTest

    public static class StreamTest.OrdersHistoryTable
    extends StreamTest.BaseOrderStreamTable
    Table representing the history of the ORDERS stream.
    • Field Detail

      • rows

        private final com.google.common.collect.ImmutableList<java.lang.Object[]> rows
    • Constructor Detail

      • OrdersHistoryTable

        public OrdersHistoryTable​(com.google.common.collect.ImmutableList<java.lang.Object[]> rows)
    • Method Detail

      • scan

        public org.apache.calcite.linq4j.Enumerable<java.lang.Object[]> scan​(org.apache.calcite.DataContext root)