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 Summary
Constructors Constructor Description FileSystemTableInfo(org.apache.flink.table.catalog.CatalogBaseTable.TableKind tableKind, Map<String,String> catalogTableInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getCatalogTableInfo()org.apache.flink.table.catalog.CatalogBaseTable.TableKindgetTableKind()
-