public class AlterTableAnalyzedStatement extends AbstractDDLAnalyzedStatement
tableParameter
Constructor and Description |
---|
AlterTableAnalyzedStatement(Schemas schemas) |
Modifier and Type | Method and Description |
---|---|
<C,R> R |
accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor,
C context) |
boolean |
excludePartitions() |
void |
excludePartitions(boolean excludePartitions) |
com.google.common.base.Optional<PartitionName> |
partitionName() |
void |
partitionName(PartitionName partitionName) |
DocTableInfo |
table() |
void |
table(TableIdent tableIdent) |
tableParameter
public AlterTableAnalyzedStatement(Schemas schemas)
public void table(TableIdent tableIdent)
public DocTableInfo table()
public void partitionName(@Nullable PartitionName partitionName)
public com.google.common.base.Optional<PartitionName> partitionName()
public void excludePartitions(boolean excludePartitions)
public boolean excludePartitions()
public <C,R> R accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor, C context)
accept
in interface AnalyzedStatement
accept
in class AbstractDDLAnalyzedStatement