BroadcastExchangeLike Physical Operators¶
BroadcastExchangeLike is an extension of the Exchange abstraction for physical operators that...FIXME
Contract¶
completionFuture¶
completionFuture: Future[Broadcast[Any]]
Used when:
BroadcastQueryStageExecphysical operator is requested to materializeWithTimeout
relationFuture¶
relationFuture: Future[Broadcast[Any]]
Used when:
AQEPropagateEmptyRelationadaptive logical optimization is executedBroadcastQueryStageExecphysical optimization is requested to cancel
runId¶
runId: UUID
Job group ID (for cancellation)
Used when:
BroadcastQueryStageExecphysical operator is requested to cancelBroadcastExchangeExecphysical operator is requested for the relationFuture and doExecuteBroadcast
Runtime Statistics¶
runtimeStatistics: Statistics
Statistics with data size and row count
See:
Used when:
BroadcastQueryStageExecphysical operator is requested for runtime statistics