| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
CatalogBaseTable.TableKind |
CatalogBaseTable.getTableKind()
The kind of table this
CatalogBaseTable describes. |
default CatalogBaseTable.TableKind |
CatalogTable.getTableKind() |
default CatalogBaseTable.TableKind |
CatalogView.getTableKind() |
default CatalogBaseTable.TableKind |
CatalogMaterializedTable.getTableKind() |
static CatalogBaseTable.TableKind |
CatalogBaseTable.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.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.