Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
com.cloudera.impala.analysis.AlterTableSetTblProperties Class Reference
Inheritance diagram for com.cloudera.impala.analysis.AlterTableSetTblProperties:
Collaboration diagram for com.cloudera.impala.analysis.AlterTableSetTblProperties:

Public Member Functions

 AlterTableSetTblProperties (TableName tableName, PartitionSpec partitionSpec, TTablePropertyType targetProperty, HashMap< String, String > tblProperties)
 
HashMap< String, String > getTblProperties ()
 
TAlterTableParams toThrift ()
 
PartitionSpec getPartitionSpec ()
 
void analyze (Analyzer analyzer) throws AnalysisException
 
String getTbl ()
 
String getDb ()
 
String toSql ()
 
void setIsExplain ()
 
boolean isExplain ()
 

Protected Member Functions

Table getTargetTable ()
 

Protected Attributes

final PartitionSpec partitionSpec_
 
final TableName tableName_
 
Table table_
 
boolean isExplain_ = false
 

Private Attributes

final TTablePropertyType targetProperty_
 
final HashMap< String, String > tblProperties_
 

Detailed Description

Represents an ALTER TABLE SET [PARTITION ('k1'='a', 'k2'='b'...)] TBLPROPERTIES|SERDEPROPERTIES ('p1'='v1', ...) statement.

Definition at line 29 of file AlterTableSetTblProperties.java.

Constructor & Destructor Documentation

com.cloudera.impala.analysis.AlterTableSetTblProperties.AlterTableSetTblProperties ( TableName  tableName,
PartitionSpec  partitionSpec,
TTablePropertyType  targetProperty,
HashMap< String, String >  tblProperties 
)
inline

Member Function Documentation

void com.cloudera.impala.analysis.AlterTableSetStmt.analyze ( Analyzer  analyzer) throws AnalysisException
inlineinherited

Perform semantic analysis of node and all of its children. Throws exception if any errors found.

Parameters
analyzer
Exceptions
AnalysisException

Implements com.cloudera.impala.analysis.ParseNode.

Definition at line 37 of file AlterTableSetStmt.java.

References com.cloudera.impala.authorization.Privilege.ALTER, com.cloudera.impala.analysis.AlterTableStmt.getTargetTable(), and com.cloudera.impala.analysis.AlterTableSetStmt.partitionSpec_.

String com.cloudera.impala.analysis.AlterTableStmt.getDb ( )
inlineinherited

Can only be called after analysis, returns the parent database name of the target table for this ALTER TABLE statement.

Definition at line 47 of file AlterTableStmt.java.

References com.cloudera.impala.analysis.AlterTableStmt.getTargetTable().

Referenced by com.cloudera.impala.analysis.AlterTableDropColStmt.analyze(), com.cloudera.impala.analysis.AlterTableChangeColStmt.analyze(), and com.cloudera.impala.analysis.AlterTableStmt.toThrift().

HashMap<String, String> com.cloudera.impala.analysis.AlterTableSetTblProperties.getTblProperties ( )
inline
boolean com.cloudera.impala.analysis.StatementBase.isExplain ( )
inlineinherited
void com.cloudera.impala.analysis.StatementBase.setIsExplain ( )
inlineinherited
String com.cloudera.impala.analysis.StatementBase.toSql ( )
inlineinherited

Print SQL syntax corresponding to this node.

See Also
com.cloudera.impala.parser.ParseNode::toSql()

Implements com.cloudera.impala.analysis.ParseNode.

Definition at line 41 of file StatementBase.java.

Referenced by com.cloudera.impala.analysis.CreateUdaStmt.analyze(), and com.cloudera.impala.analysis.QueryStmt.createSortInfo().

Member Data Documentation

final TTablePropertyType com.cloudera.impala.analysis.AlterTableSetTblProperties.targetProperty_
private

The documentation for this class was generated from the following file: