Package org.apache.flink.table.catalog
Class QueryOperationCatalogView
java.lang.Object
org.apache.flink.table.catalog.QueryOperationCatalogView
- All Implemented Interfaces:
org.apache.flink.table.catalog.CatalogBaseTable,org.apache.flink.table.catalog.CatalogView
@Internal
public final class QueryOperationCatalogView
extends Object
implements org.apache.flink.table.catalog.CatalogView
A view created from a
QueryOperation via operations on Table.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.catalog.CatalogBaseTable
org.apache.flink.table.catalog.CatalogBaseTable.TableKind -
Constructor Summary
ConstructorsConstructorDescriptionQueryOperationCatalogView(QueryOperation queryOperation) QueryOperationCatalogView(QueryOperation queryOperation, org.apache.flink.table.catalog.CatalogView originalView) -
Method Summary
Methods 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.CatalogView
getTableKind
-
Constructor Details
-
QueryOperationCatalogView
-
QueryOperationCatalogView
public QueryOperationCatalogView(QueryOperation queryOperation, org.apache.flink.table.catalog.CatalogView originalView)
-
-
Method Details
-
getQueryOperation
-
getUnresolvedSchema
public org.apache.flink.table.api.Schema getUnresolvedSchema()- Specified by:
getUnresolvedSchemain interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getOptions
- Specified by:
getOptionsin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getComment
- Specified by:
getCommentin interfaceorg.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
-
getOriginalQuery
- Specified by:
getOriginalQueryin interfaceorg.apache.flink.table.catalog.CatalogView
-
getExpandedQuery
- Specified by:
getExpandedQueryin interfaceorg.apache.flink.table.catalog.CatalogView
-
supportsShowCreateView
@Internal public boolean supportsShowCreateView() -
getOriginalView
-