Class SakuraCatalogView
java.lang.Object
cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- All Implemented Interfaces:
org.apache.flink.table.catalog.CatalogBaseTable,org.apache.flink.table.catalog.CatalogView
org.apache.flink.table.catalog.DefaultCatalogView
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.catalog.CatalogBaseTable
org.apache.flink.table.catalog.CatalogBaseTable.TableKind -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.catalog.CatalogBaseTablecopy()org.apache.flink.table.catalog.CatalogBaseTable.TableKindorg.apache.flink.table.api.SchemaMethods 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
getSchema
-
Constructor Details
-
SakuraCatalogView
-
-
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.CatalogView
-
getUnresolvedSchema
public org.apache.flink.table.api.Schema getUnresolvedSchema()- Specified by:
getUnresolvedSchemain interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getOriginalQuery
- Specified by:
getOriginalQueryin interfaceorg.apache.flink.table.catalog.CatalogView
-
getExpandedQuery
- Specified by:
getExpandedQueryin interfaceorg.apache.flink.table.catalog.CatalogView
-
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
-