One to N Broadcast Connector - Texera/texera GitHub Wiki
Author(s): Zuozhi Wang
Reviewer(s): Chen Li
Synopsis
OneToNBroadcastConnector connects different operators by taking one input operator and providing different output operators the same tuples of the input operator.
Status
As of 8/29/2016: TO BE REVIEWED
Modules
edu.uci.ics.texera.dataflow.connector
Related Issues and Pull Requests
Description
OneToNBroadcastConnector "broadcast" the tuples from an operator to different operators. This connector caches the tuples from input operator in an in-memory list (for now).