Class JdbcTest.EmpDeptTableFactory

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

    public static class JdbcTest.EmpDeptTableFactory
    extends java.lang.Object
    implements org.apache.calcite.schema.TableFactory<org.apache.calcite.schema.Table>
    Factory for EMP and DEPT tables.
    • 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
    • Field Detail

      • THREAD_COLLECTION

        public static final org.apache.calcite.util.TryThreadLocal<java.util.List<JdbcTest.Employee>> THREAD_COLLECTION
    • Constructor Detail

      • EmpDeptTableFactory

        public EmpDeptTableFactory()
    • 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>