@Internal public class QueryOperationCatalogView extends AbstractCatalogView
QueryOperation
via operations on Table
.Constructor and Description |
---|
QueryOperationCatalogView(QueryOperation queryOperation) |
QueryOperationCatalogView(QueryOperation queryOperation,
String comment) |
Modifier and Type | Method and Description |
---|---|
QueryOperationCatalogView |
copy()
Get a deep copy of the CatalogBaseTable instance.
|
Optional<String> |
getDescription()
Get a brief description of the table or view.
|
Optional<String> |
getDetailedDescription()
Get a detailed description of the table or view.
|
QueryOperation |
getQueryOperation() |
getComment, getExpandedQuery, getOriginalQuery, getProperties, getSchema
public QueryOperationCatalogView(QueryOperation queryOperation)
public QueryOperationCatalogView(QueryOperation queryOperation, String comment)
public QueryOperation getQueryOperation()
public QueryOperationCatalogView copy()
CatalogBaseTable
public Optional<String> getDescription()
CatalogBaseTable
public Optional<String> getDetailedDescription()
CatalogBaseTable
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.