public static class BaseSemanticAnalyzer.TableSpec extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BaseSemanticAnalyzer.TableSpec.SpecType |
Modifier and Type | Field and Description |
---|---|
int |
numDynParts |
Partition |
partHandle |
List<Partition> |
partitions |
Map<String,String> |
partSpec |
BaseSemanticAnalyzer.TableSpec.SpecType |
specType |
Table |
tableHandle |
String |
tableName |
Constructor and Description |
---|
BaseSemanticAnalyzer.TableSpec(Hive db,
HiveConf conf,
ASTNode ast) |
BaseSemanticAnalyzer.TableSpec(Hive db,
HiveConf conf,
ASTNode ast,
boolean allowDynamicPartitionsSpec,
boolean allowPartialPartitionsSpec) |
BaseSemanticAnalyzer.TableSpec(Hive db,
HiveConf conf,
String tableName,
Map<String,String> partSpec) |
public String tableName
public Table tableHandle
public Partition partHandle
public int numDynParts
public BaseSemanticAnalyzer.TableSpec.SpecType specType
public BaseSemanticAnalyzer.TableSpec(Hive db, HiveConf conf, ASTNode ast) throws SemanticException
SemanticException
public BaseSemanticAnalyzer.TableSpec(Hive db, HiveConf conf, String tableName, Map<String,String> partSpec) throws HiveException
HiveException
public BaseSemanticAnalyzer.TableSpec(Hive db, HiveConf conf, ASTNode ast, boolean allowDynamicPartitionsSpec, boolean allowPartialPartitionsSpec) throws SemanticException
SemanticException
Copyright © 2017 The Apache Software Foundation. All rights reserved.