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