Interface SqlTestFactory.MockCatalogReaderFactory

  • Enclosing class:
    SqlTestFactory

    public static interface SqlTestFactory.MockCatalogReaderFactory
    Creates MockCatalogReader for tests. Note: MockCatalogReader.init() is to be invoked later, so a typical implementation should be via constructor reference like MockCatalogReaderSimple::new.
    • Method Detail

      • create

        MockCatalogReader create​(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory,
                                 boolean caseSensitive)