Class TestFileSystemCatalog.FileSystemTableInfo

java.lang.Object
org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog.FileSystemTableInfo
Enclosing class:
TestFileSystemCatalog

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

    • FileSystemTableInfo

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

    • getTableKind

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

      public Map<String,String> getCatalogTableInfo()