Class StreamTest.ProductsTableFactory

  • All Implemented Interfaces:
    org.apache.calcite.schema.TableFactory<org.apache.calcite.schema.Table>
    Enclosing class:
    StreamTest

    public static class StreamTest.ProductsTableFactory
    extends java.lang.Object
    implements org.apache.calcite.schema.TableFactory<org.apache.calcite.schema.Table>
    Mocks a simple relation to use for stream joining test.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.calcite.schema.Table create​(org.apache.calcite.schema.SchemaPlus schema, java.lang.String name, java.util.Map<java.lang.String,​java.lang.Object> operand, org.apache.calcite.rel.type.RelDataType rowType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProductsTableFactory

        public ProductsTableFactory()
    • Method Detail

      • create

        public org.apache.calcite.schema.Table create​(org.apache.calcite.schema.SchemaPlus schema,
                                                      java.lang.String name,
                                                      java.util.Map<java.lang.String,​java.lang.Object> operand,
                                                      org.apache.calcite.rel.type.RelDataType rowType)
        Specified by:
        create in interface org.apache.calcite.schema.TableFactory<org.apache.calcite.schema.Table>