|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.tableSpec
public static class BaseSemanticAnalyzer.tableSpec
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String tableName
public Table tableHandle
public Map<String,String> partSpec
public Partition partHandle
public int numDynParts
public List<Partition> partitions
public BaseSemanticAnalyzer.tableSpec.SpecType specType
| Constructor Detail |
|---|
public BaseSemanticAnalyzer.tableSpec(Hive db,
HiveConf conf,
ASTNode ast)
throws SemanticException
SemanticException
public BaseSemanticAnalyzer.tableSpec(Hive db,
HiveConf conf,
ASTNode ast,
boolean allowDynamicPartitionsSpec,
boolean allowPartialPartitionsSpec)
throws SemanticException
SemanticException| Method Detail |
|---|
public Map<String,String> getPartSpec()
public void setPartSpec(Map<String,String> partSpec)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||