public static class HiveParserBaseSemanticAnalyzer.TableSpec extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HiveParserBaseSemanticAnalyzer.TableSpec.SpecType
SpecType.
|
Modifier and Type | Field and Description |
---|---|
int |
numDynParts |
CatalogPartitionSpec |
partHandle |
Map<String,String> |
partSpec |
HiveParserBaseSemanticAnalyzer.TableSpec.SpecType |
specType |
ResolvedCatalogBaseTable<?> |
table |
ObjectIdentifier |
tableIdentifier |
String |
tableName |
Constructor and Description |
---|
TableSpec(CatalogManager catalogManager,
HiveConf conf,
HiveParserASTNode ast,
org.apache.calcite.tools.FrameworkConfig frameworkConfig,
org.apache.calcite.plan.RelOptCluster cluster) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getPartSpec() |
void |
setPartSpec(Map<String,String> partSpec) |
String |
toString() |
public ObjectIdentifier tableIdentifier
public String tableName
public ResolvedCatalogBaseTable<?> table
public CatalogPartitionSpec partHandle
public int numDynParts
public HiveParserBaseSemanticAnalyzer.TableSpec.SpecType specType
public TableSpec(CatalogManager catalogManager, HiveConf conf, HiveParserASTNode ast, org.apache.calcite.tools.FrameworkConfig frameworkConfig, org.apache.calcite.plan.RelOptCluster cluster) throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticException
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.