@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.CatalogBaseTable
public Map<String,String> getOptions()
getOptions
in interface org.apache.flink.table.catalog.CatalogBaseTable
public String getComment()
getComment
in interface org.apache.flink.table.catalog.CatalogBaseTable
public QueryOperationCatalogView copy()
copy
in interface org.apache.flink.table.catalog.CatalogBaseTable
public Optional<String> getDescription()
getDescription
in interface org.apache.flink.table.catalog.CatalogBaseTable
public Optional<String> getDetailedDescription()
getDetailedDescription
in interface org.apache.flink.table.catalog.CatalogBaseTable
public String getOriginalQuery()
getOriginalQuery
in interface org.apache.flink.table.catalog.CatalogView
public String getExpandedQuery()
getExpandedQuery
in interface org.apache.flink.table.catalog.CatalogView
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.