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.


Nested Class Summary
static class BaseSemanticAnalyzer.tableSpec.SpecType
           
 
Field Summary
 int numDynParts
           
 Partition partHandle
           
 List<Partition> partitions
           
 Map<String,String> partSpec
           
 BaseSemanticAnalyzer.tableSpec.SpecType specType
           
 Table tableHandle
           
 String tableName
           
 
Constructor Summary
BaseSemanticAnalyzer.tableSpec(Hive db, HiveConf conf, ASTNode ast)
           
BaseSemanticAnalyzer.tableSpec(Hive db, HiveConf conf, ASTNode ast, boolean allowDynamicPartitionsSpec, boolean allowPartialPartitionsSpec)
           
 
Method Summary
 Map<String,String> getPartSpec()
           
 void setPartSpec(Map<String,String> partSpec)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, 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

partitions

public List<Partition> partitions

specType

public BaseSemanticAnalyzer.tableSpec.SpecType specType
Constructor Detail

BaseSemanticAnalyzer.tableSpec

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

BaseSemanticAnalyzer.tableSpec

public BaseSemanticAnalyzer.tableSpec(Hive db,
                                      HiveConf conf,
                                      ASTNode ast,
                                      boolean allowDynamicPartitionsSpec,
                                      boolean allowPartialPartitionsSpec)
                               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 © 2014 The Apache Software Foundation. All rights reserved.