Uses of Enum
org.apache.flink.table.catalog.CatalogBaseTable.TableKind
Packages that use CatalogBaseTable.TableKind
-
Uses of CatalogBaseTable.TableKind in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogBaseTable.TableKindModifier and TypeMethodDescriptionCatalogBaseTable.getTableKind()The kind of table thisCatalogBaseTabledescribes.default CatalogBaseTable.TableKindCatalogMaterializedTable.getTableKind()default CatalogBaseTable.TableKindCatalogTable.getTableKind()default CatalogBaseTable.TableKindCatalogView.getTableKind()static CatalogBaseTable.TableKindReturns 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.