public static class BaseSemanticAnalyzer.tableSpec
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BaseSemanticAnalyzer.tableSpec.SpecType |
Modifier and Type | Field and Description |
---|---|
int |
numDynParts |
Partition |
partHandle |
java.util.List<Partition> |
partitions |
java.util.Map<java.lang.String,java.lang.String> |
partSpec |
BaseSemanticAnalyzer.tableSpec.SpecType |
specType |
Table |
tableHandle |
java.lang.String |
tableName |
Constructor and Description |
---|
tableSpec(Hive db,
HiveConf conf,
ASTNode ast) |
tableSpec(Hive db,
HiveConf conf,
ASTNode ast,
boolean allowDynamicPartitionsSpec,
boolean allowPartialPartitionsSpec) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getPartSpec() |
void |
setPartSpec(java.util.Map<java.lang.String,java.lang.String> partSpec) |
java.lang.String |
toString() |
public java.lang.String tableName
public Table tableHandle
public java.util.Map<java.lang.String,java.lang.String> partSpec
public Partition partHandle
public int numDynParts
public java.util.List<Partition> partitions
public BaseSemanticAnalyzer.tableSpec.SpecType specType
public tableSpec(Hive db, HiveConf conf, ASTNode ast) throws SemanticException
SemanticException
public tableSpec(Hive db, HiveConf conf, ASTNode ast, boolean allowDynamicPartitionsSpec, boolean allowPartialPartitionsSpec) throws SemanticException
SemanticException
Copyright © 2012 The Apache Software Foundation