Class SakuraCatalogTable
java.lang.Object
cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- All Implemented Interfaces:
org.apache.flink.table.catalog.CatalogBaseTable,org.apache.flink.table.catalog.CatalogTable
public class SakuraCatalogTable
extends Object
implements org.apache.flink.table.catalog.CatalogTable
- See Also:
-
DefaultCatalogTable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.catalog.CatalogBaseTable
org.apache.flink.table.catalog.CatalogBaseTable.TableKind -
Constructor Summary
ConstructorsConstructorDescriptionSakuraCatalogTable(org.apache.flink.table.catalog.CatalogBaseTable.TableKind kind, org.apache.flink.table.api.Schema schema, Map<String, String> options, String comment) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.catalog.CatalogBaseTablecopy()org.apache.flink.table.catalog.CatalogTableorg.apache.flink.table.catalog.CatalogBaseTable.TableKindorg.apache.flink.table.api.SchemabooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.catalog.CatalogBaseTable
getSchemaMethods inherited from interface org.apache.flink.table.catalog.CatalogTable
getSnapshot, toProperties
-
Constructor Details
-
SakuraCatalogTable
-
-
Method Details
-
getTableKind
public org.apache.flink.table.catalog.CatalogBaseTable.TableKind getTableKind()- Specified by:
getTableKindin interfaceorg.apache.flink.table.catalog.CatalogBaseTable- Specified by:
getTableKindin interfaceorg.apache.flink.table.catalog.CatalogTable
-
getUnresolvedSchema
public org.apache.flink.table.api.Schema getUnresolvedSchema()- Specified by:
getUnresolvedSchemain interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
isPartitioned
public boolean isPartitioned()- Specified by:
isPartitionedin interfaceorg.apache.flink.table.catalog.CatalogTable
-
getPartitionKeys
- Specified by:
getPartitionKeysin interfaceorg.apache.flink.table.catalog.CatalogTable
-
copy
- Specified by:
copyin interfaceorg.apache.flink.table.catalog.CatalogTable
-
getOptions
- Specified by:
getOptionsin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getComment
- Specified by:
getCommentin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
copy
public org.apache.flink.table.catalog.CatalogBaseTable copy()- Specified by:
copyin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getDescription
- Specified by:
getDescriptionin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getDetailedDescription
- Specified by:
getDetailedDescriptionin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-