org.apache.hadoop.hive.ql.parse
Class BaseSemanticAnalyzer.tableSpec

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.tableSpec
Enclosing class:
BaseSemanticAnalyzer

public static class BaseSemanticAnalyzer.tableSpec
extends Object

tableSpec.


Field Summary
 int numDynParts
           
 Partition partHandle
           
 Map<String,String> partSpec
           
 Table tableHandle
           
 String tableName
           
 
Constructor Summary
BaseSemanticAnalyzer.tableSpec(Hive db, HiveConf conf, ASTNode ast)
           
 
Method Summary
 Map<String,String> getPartSpec()
           
 void setPartSpec(Map<String,String> partSpec)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tableName

public String tableName

tableHandle

public Table tableHandle

partSpec

public Map<String,String> partSpec

partHandle

public Partition partHandle

numDynParts

public int numDynParts
Constructor Detail

BaseSemanticAnalyzer.tableSpec

public BaseSemanticAnalyzer.tableSpec(Hive db,
                                      HiveConf conf,
                                      ASTNode ast)
                               throws SemanticException
Throws:
SemanticException
Method Detail

getPartSpec

public Map<String,String> getPartSpec()

setPartSpec

public void setPartSpec(Map<String,String> partSpec)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 The Apache Software Foundation