Class BroadcastSenderRootExec

java.lang.Object
org.apache.drill.exec.physical.impl.BaseRootExec
org.apache.drill.exec.physical.impl.broadcastsender.BroadcastSenderRootExec
All Implemented Interfaces:
AutoCloseable, RootExec

public class BroadcastSenderRootExec extends BaseRootExec
Broadcast Sender broadcasts incoming batches to all receivers (one or more). This is useful in cases such as broadcast join where sending the entire table to join to all nodes is cheaper than merging and computing all the joins in the same node.