Constructor and Description |
---|
AnalyzeTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
List<org.apache.flink.table.catalog.CatalogPartitionSpec> partitionSpecs,
List<org.apache.flink.table.catalog.Column> columns) |
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
List<org.apache.flink.table.catalog.Column> |
getColumns() |
Optional<List<org.apache.flink.table.catalog.CatalogPartitionSpec>> |
getPartitionSpecs()
Returns Optional.empty() if the table is not a partition table, else returns the given
partition specs.
|
org.apache.flink.table.catalog.ObjectIdentifier |
getTableIdentifier() |
public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
public Optional<List<org.apache.flink.table.catalog.CatalogPartitionSpec>> getPartitionSpecs()
public List<org.apache.flink.table.catalog.Column> getColumns()
public String asSummaryString()
Operation
asSummaryString
in interface Operation
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.