| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
Context.DestClausePrefix |
Context.getDestNamePrefix(ASTNode curNode,
QB queryBlock)
The suffix is always relative to a given ASTNode.
|
| Modifier and Type | Method and Description |
|---|---|
QB |
SemanticAnalyzer.getQB() |
QB |
QBExpr.getQB() |
| Modifier and Type | Method and Description |
|---|---|
protected ASTNode |
SemanticAnalyzer.analyzeCreateView(ASTNode ast,
QB qb,
org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.PlannerContext plannerCtx) |
protected Operator |
SemanticAnalyzer.genFileSinkPlan(String dest,
QB qb,
Operator input) |
protected String |
SemanticAnalyzer.getAliasId(String alias,
QB qb) |
protected Table |
SemanticAnalyzer.getTargetTable(QB qb,
String dest) |
void |
QBExpr.setQB(QB qb) |
static void |
SubQueryUtils.subqueryRestrictionCheck(QB qb,
ASTNode subqueryExprNode,
org.apache.calcite.rel.RelNode srcRel,
boolean forHavingClause,
Context ctx,
LinkedHashMap<org.apache.calcite.rel.RelNode,RowResolver> relToHiveRR) |
| Constructor and Description |
|---|
CalcitePlannerAction(Map<String,PrunedPartitionList> partitionCache,
StatsSource statsSource,
ColumnAccessInfo columnAccessInfo,
QB rootQB) |
QBExpr(QB qb) |
| Modifier and Type | Method and Description |
|---|---|
QB |
ExplainSQRewriteWork.getQb() |
| Constructor and Description |
|---|
ExplainSQRewriteWork(String resFile,
QB qb,
ASTNode ast,
Context ctx) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.