pub(super) fn construct<A: Allocate>(
worker: &mut Worker<A>,
config: &LoggingConfig,
event_queue: EventQueue<Column<(Duration, (usize, Vec<(usize, usize, bool, Timestamp, Diff)>))>, 3>,
) -> BTreeMap<LogVariant, LogCollection>
Expand description
Constructs the logging dataflow for reachability logs.
Params
worker
: The Timely worker hosting the log analysis dataflow.config
: Logging configurationevent_queue
: The source to read log events from.