Class TestFileSystemCatalog.FileSystemTableInfo
java.lang.Object
org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog.FileSystemTableInfo
- Enclosing class:
- TestFileSystemCatalog
The pojo class represents serializable catalog base table info.
-
Constructor Summary
ConstructorsConstructorDescriptionFileSystemTableInfo(org.apache.flink.table.catalog.CatalogBaseTable.TableKind tableKind, Map<String, String> catalogTableInfo) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.catalog.CatalogBaseTable.TableKind
-
Constructor Details
-
FileSystemTableInfo
-
-
Method Details
-
getTableKind
public org.apache.flink.table.catalog.CatalogBaseTable.TableKind getTableKind() -
getCatalogTableInfo
-