| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| 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.exec.vector.filesink | |
| org.apache.hadoop.hive.ql.exec.vector.mapjoin | |
| org.apache.hadoop.hive.ql.exec.vector.ptf | |
| org.apache.hadoop.hive.ql.exec.vector.reducesink | |
| org.apache.hadoop.hive.ql.optimizer | |
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan | |
| org.apache.hadoop.hive.ql.stats |
| Modifier and Type | Method and Description |
|---|---|
CompilationOpContext |
Context.getOpContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setOpContext(CompilationOpContext opContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CompilationOpContext |
Operator.cContext |
| Modifier and Type | Method and Description |
|---|---|
CompilationOpContext |
Operator.getCompilationOpContext() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends OperatorDesc> |
OperatorFactory.get(CompilationOpContext cContext,
Class<T> descClass) |
static <T extends OperatorDesc> |
OperatorFactory.get(CompilationOpContext cContext,
T conf)
Returns an operator given the conf and a list of children operators.
|
static <T extends OperatorDesc> |
OperatorFactory.get(CompilationOpContext cContext,
T conf,
RowSchema rwsch)
Returns an operator given the conf and a list of children operators.
|
static <T extends OperatorDesc> |
OperatorFactory.getAndMakeChild(CompilationOpContext cContext,
T conf,
List<Operator<? extends OperatorDesc>> oplist)
Returns an operator given the conf and a list of parent operators.
|
static <T extends OperatorDesc> |
OperatorFactory.getAndMakeChild(CompilationOpContext cContext,
T conf,
RowSchema rwsch)
Returns an operator given the conf and a list of parent operators.
|
static <T extends OperatorDesc> |
OperatorFactory.getAndMakeChild(CompilationOpContext cContext,
T conf,
RowSchema rwsch,
List<Operator<? extends OperatorDesc>> oplist)
Returns an operator given the conf and a list of parent operators.
|
static <T extends OperatorDesc> |
OperatorFactory.getAndMakeChild(CompilationOpContext cContext,
T conf,
RowSchema rwsch,
Map<String,ExprNodeDesc> colExprMap,
List<Operator<? extends OperatorDesc>> oplist)
Returns an operator given the conf and a list of parent operators.
|
static <T extends OperatorDesc> |
OperatorFactory.getAndMakeChild(CompilationOpContext ctx,
T conf,
RowSchema rwsch,
Operator[] oplist)
Returns an operator given the conf and a list of parent operators.
|
static <T extends OperatorDesc> |
OperatorFactory.getVectorOperator(Class<? extends Operator<?>> opClass,
CompilationOpContext cContext,
T conf,
VectorizationContext vContext,
VectorDesc vectorDesc) |
static <T extends OperatorDesc> |
OperatorFactory.getVectorOperator(CompilationOpContext cContext,
T conf,
VectorizationContext vContext,
VectorDesc vectorDesc) |
void |
Operator.setCompilationOpContext(CompilationOpContext ctx) |
| Constructor and Description |
|---|
VectorFileSinkArrowOperator(CompilationOpContext ctx) |
VectorFileSinkArrowOperator(CompilationOpContext ctx,
OperatorDesc conf,
VectorizationContext vContext,
VectorDesc vectorDesc) |
| Constructor and Description |
|---|
VectorPTFOperator(CompilationOpContext ctx) |
VectorPTFOperator(CompilationOpContext ctx,
OperatorDesc conf,
VectorizationContext vContext,
VectorDesc vectorDesc) |
| Modifier and Type | Method and Description |
|---|---|
static MapWork |
GenMapRedUtils.createMergeTask(FileSinkDesc fsInputDesc,
org.apache.hadoop.fs.Path finalName,
boolean hasDynamicPartitions,
CompilationOpContext ctx)
Create a block level merge task for RCFiles or stripe level merge task for
ORCFiles
|
static TableScanOperator |
GenMapRedUtils.createTemporaryTableScanOperator(CompilationOpContext ctx,
RowSchema rowSchema) |
| Modifier and Type | Field and Description |
|---|---|
protected CompilationOpContext |
BaseSemanticAnalyzer.cContext |
| Modifier and Type | Method and Description |
|---|---|
CompilationOpContext |
SemanticAnalyzer.getOpContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
FetchWork.initializeForFetch(CompilationOpContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ColStatsProcessor.initialize(CompilationOpContext opContext) |
void |
IStatsProcessor.initialize(CompilationOpContext opContext) |
void |
BasicStatsTask.initialize(CompilationOpContext opContext) |
void |
BasicStatsNoJobTask.initialize(CompilationOpContext opContext) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.