| 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.exec.vector.filesink | |
| org.apache.hadoop.hive.ql.exec.vector.reducesink | |
| org.apache.hadoop.hive.ql.parse |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSinkOperator
File Sink operator implementation.
|
class |
HashTableSinkOperator |
class |
ReduceSinkOperator
Reduce Sink Operator sends output to the reduce stage.
|
class |
TemporaryHashSinkOperator |
| Modifier and Type | Method and Description |
|---|---|
static Set<Operator<?>> |
OperatorUtils.findWorkOperatorsAndSemiJoinEdges(Operator<?> start,
Map<ReduceSinkOperator,SemiJoinBranchInfo> rsToSemiJoinBranchInfo,
Set<ReduceSinkOperator> semiJoinOps,
Set<TerminalOperator<?>> terminalOps) |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorFileSinkOperator
File Sink operator implementation.
|
class |
VectorReduceSinkOperator |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorFileSinkArrowOperator
Native Vectorized File Sink operator implementation for Arrow.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VectorReduceSinkCommonOperator
This class is common operator class for native vectorized reduce sink.
|
class |
VectorReduceSinkEmptyKeyOperator
This class is the UniformHash empty key operator class for native vectorized reduce sink.
|
class |
VectorReduceSinkLongOperator |
class |
VectorReduceSinkMultiKeyOperator |
class |
VectorReduceSinkObjectHashOperator
This class is the object hash (not Uniform Hash) operator class for native vectorized reduce sink.
|
class |
VectorReduceSinkStringOperator |
class |
VectorReduceSinkUniformHashOperator
This class is uniform hash (common) operator class for native vectorized reduce sink.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<TerminalOperator<?>,ReduceSinkOperator> |
ParseContext.getTerminalOpToRSMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseContext.setTerminalOpToRSMap(com.google.common.collect.Multimap<TerminalOperator<?>,ReduceSinkOperator> terminalOpToRSMap) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.