public class ShowPartitionsOperation extends Object implements ShowOperation
Modifier and Type | Field and Description |
---|---|
protected ObjectIdentifier |
tableIdentifier |
Constructor and Description |
---|
ShowPartitionsOperation(ObjectIdentifier tableIdentifier,
CatalogPartitionSpec partitionSpec) |
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
CatalogPartitionSpec |
getPartitionSpec() |
ObjectIdentifier |
getTableIdentifier() |
protected final ObjectIdentifier tableIdentifier
public ShowPartitionsOperation(ObjectIdentifier tableIdentifier, CatalogPartitionSpec partitionSpec)
public ObjectIdentifier getTableIdentifier()
public CatalogPartitionSpec getPartitionSpec()
public String asSummaryString()
Operation
asSummaryString
in interface Operation
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.