Interface | Description |
---|---|
BatchSizePredictor |
This class predicts the sizes of batches given an input batch.
|
BatchSizePredictor.Factory |
A factory for creating
BatchSizePredictor s. |
HashJoinHelperSizeCalculator | |
HashJoinMemoryCalculator |
This class is responsible for managing the memory calculations for the HashJoin operator.
|
HashJoinMemoryCalculator.BuildSidePartitioning |
The interface representing the
HashJoinStateCalculator corresponding to the
HashJoinState.BUILD_SIDE_PARTITIONING state. |
HashJoinMemoryCalculator.PartitionStat | |
HashJoinMemoryCalculator.PostBuildCalculations |
The interface representing the
HashJoinStateCalculator corresponding to the
HashJoinState.POST_BUILD_CALCULATIONS state. |
HashJoinProbe | |
HashJoinStateCalculator<T extends HashJoinStateCalculator<?>> |
A
HashJoinStateCalculator is a piece of code that compute the memory requirements for one of the states
in the HashJoinState enum. |
HashTableSizeCalculator | |
JoinWorker | |
NestedLoopJoin |
Interface for the nested loop join operator.
|
RowKeyJoin |
Interface for a row key join
|
Enum | Description |
---|---|
HashJoinBatch.Metric | |
HashJoinProbe.ProbeState | |
HashJoinState | |
JoinUtils.JoinCategory | |
JoinWorker.JoinOutcome | |
RowKeyJoin.RowKeyJoinState |
Enum for RowKeyJoin internal state.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.