Uses of Class
org.apache.flink.table.catalog.CatalogBaseTable.TableKind
-
Packages that use CatalogBaseTable.TableKind Package Description org.apache.flink.table.catalog -
-
Uses of CatalogBaseTable.TableKind in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogBaseTable.TableKind Modifier and Type Method Description CatalogBaseTable.TableKindCatalogBaseTable. getTableKind()The kind of table thisCatalogBaseTabledescribes.default CatalogBaseTable.TableKindCatalogTable. getTableKind()default CatalogBaseTable.TableKindCatalogView. getTableKind()static CatalogBaseTable.TableKindCatalogBaseTable.TableKind. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogBaseTable.TableKind[]CatalogBaseTable.TableKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-