| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.exec.vector | |
| org.apache.hadoop.hive.ql.index | |
| org.apache.hadoop.hive.ql.optimizer | |
| org.apache.hadoop.hive.ql.optimizer.calcite.translator | |
| org.apache.hadoop.hive.ql.optimizer.listbucketingpruner | |
| org.apache.hadoop.hive.ql.optimizer.ppr | |
| org.apache.hadoop.hive.ql.plan |
| Constructor and Description |
|---|
ExprNodeColumnEvaluator(ExprNodeColumnDesc expr,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
VectorizationContext.getInputColumnIndex(ExprNodeColumnDesc colExpr) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeColumnDesc |
IndexSearchCondition.getColumnDesc()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSearchCondition.setColumnDesc(ExprNodeColumnDesc columnDesc)
Deprecated.
|
| Constructor and Description |
|---|
IndexSearchCondition(ExprNodeColumnDesc columnDesc,
String comparisonOp,
ExprNodeConstantDesc constantDesc,
ExprNodeGenericFuncDesc comparisonExpr)
Deprecated.
|
IndexSearchCondition(ExprNodeColumnDesc columnDesc,
String comparisonOp,
ExprNodeConstantDesc constantDesc,
ExprNodeGenericFuncDesc indexExpr,
ExprNodeGenericFuncDesc originalExpr,
String[] fields)
Deprecated.
Constructs a search condition, which takes the form
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ExprNodeDesc |
PrunerExpressionOperatorFactory.ColumnExprProcessor.processColumnDesc(NodeProcessorCtx procCtx,
ExprNodeColumnDesc cd)
Process column desc.
|
static ColumnInfo |
ConstantPropagateProcFactory.resolveColumn(RowSchema rs,
ExprNodeColumnDesc desc)
Get ColumnInfo from column expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExprNodeColumnDesc |
JoinCondTypeCheckProcFactory.JoinCondDefaultExprProcessor.processQualifiedColRef(TypeCheckCtx ctx,
ASTNode expr,
Object... nodeOutputs) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.calcite.rex.RexNode |
RexNodeConverter.convert(ExprNodeColumnDesc col) |
| Modifier and Type | Method and Description |
|---|---|
protected ExprNodeDesc |
LBExprProcFactory.LBPRColumnExprProcessor.processColumnDesc(NodeProcessorCtx procCtx,
ExprNodeColumnDesc cd) |
| Modifier and Type | Method and Description |
|---|---|
protected ExprNodeDesc |
ExprProcFactory.PPRColumnExprProcessor.processColumnDesc(NodeProcessorCtx procCtx,
ExprNodeColumnDesc cd) |
| Modifier and Type | Field and Description |
|---|---|
ExprNodeColumnDesc |
ExprNodeDescUtils.ColumnOrigin.col |
| Modifier and Type | Method and Description |
|---|---|
static ExprNodeColumnDesc |
ExprNodeDescUtils.getColumnExpr(ExprNodeDesc expr) |
| Constructor and Description |
|---|
ColumnOrigin(ExprNodeColumnDesc col,
Operator<?> op) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.