SymmetricHashJoinStateManager
is created exclusively for OneSideHashJoiner (for StreamingSymmetricHashJoinExec physical operator to execute).
SymmetricHashJoinStateManager
takes the following to be created:
-
Hadoop Configuration
SymmetricHashJoinStateManager
initializes the internal properties.
metrics: StateStoreMetrics
metrics
returns the combined StateStoreMetrics of the KeyToNumValuesStore and the KeyWithIndexToValueStore.
Note
|
metrics is used exclusively when OneSideHashJoiner is requested to commitStateAndGetMetrics.
|
allStateStoreNames(joinSides: JoinSide*): Seq[String]
allStateStoreNames
…FIXME
Note
|
allStateStoreNames is used when…FIXME
|
Name | Description |
---|---|
|
Used when…FIXME |
|
Used when…FIXME |
|
Used when…FIXME |
|
Used when…FIXME |