Class TestFileSystemCatalog.FileSystemTableInfo

  • Enclosing class:
    TestFileSystemCatalog

    public static class TestFileSystemCatalog.FileSystemTableInfo
    extends Object
    The pojo class represents serializable catalog base table info.
    • Constructor Detail

      • FileSystemTableInfo

        public FileSystemTableInfo​(org.apache.flink.table.catalog.CatalogBaseTable.TableKind tableKind,
                                   Map<String,​String> catalogTableInfo)
    • Method Detail

      • getTableKind

        public org.apache.flink.table.catalog.CatalogBaseTable.TableKind getTableKind()