Skip to content

BroadcastExchangeLike Physical Operators

BroadcastExchangeLike is an extension of the Exchange abstraction for physical operators that...FIXME

Contract

completionFuture

completionFuture: Future[Broadcast[Any]]

Used when:

relationFuture

relationFuture: Future[Broadcast[Any]]

Used when:

  • AQEPropagateEmptyRelation adaptive logical optimization is executed
  • BroadcastQueryStageExec physical optimization is requested to cancel

runId

runId: UUID

Job group ID (for cancellation)

Used when:

Runtime Statistics

runtimeStatistics: Statistics

Statistics with data size and row count

See:

Used when:

Implementations