@Internal public final class QueryOperationCatalogView extends Object implements org.apache.flink.table.catalog.CatalogView
QueryOperation via operations on Table.| Constructor and Description |
|---|
QueryOperationCatalogView(QueryOperation queryOperation) |
| Modifier and Type | Method and Description |
|---|---|
QueryOperationCatalogView |
copy() |
String |
getComment() |
Optional<String> |
getDescription() |
Optional<String> |
getDetailedDescription() |
String |
getExpandedQuery() |
Map<String,String> |
getOptions() |
String |
getOriginalQuery() |
QueryOperation |
getQueryOperation() |
org.apache.flink.table.api.Schema |
getUnresolvedSchema() |
public QueryOperationCatalogView(QueryOperation queryOperation)
public QueryOperation getQueryOperation()
public org.apache.flink.table.api.Schema getUnresolvedSchema()
getUnresolvedSchema in interface org.apache.flink.table.catalog.CatalogBaseTablepublic Map<String,String> getOptions()
getOptions in interface org.apache.flink.table.catalog.CatalogBaseTablepublic String getComment()
getComment in interface org.apache.flink.table.catalog.CatalogBaseTablepublic QueryOperationCatalogView copy()
copy in interface org.apache.flink.table.catalog.CatalogBaseTablepublic Optional<String> getDescription()
getDescription in interface org.apache.flink.table.catalog.CatalogBaseTablepublic Optional<String> getDetailedDescription()
getDetailedDescription in interface org.apache.flink.table.catalog.CatalogBaseTablepublic String getOriginalQuery()
getOriginalQuery in interface org.apache.flink.table.catalog.CatalogViewpublic String getExpandedQuery()
getExpandedQuery in interface org.apache.flink.table.catalog.CatalogViewCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.