pub(super) fn construct(
scope: Scope<'_, Timestamp>,
config: &LoggingConfig,
event_queue: EventQueue<Vec<(Duration, DifferentialEvent)>>,
shared_state: Rc<RefCell<SharedLoggingState>>,
) -> ReturnExpand description
Constructs the logging dataflow fragment for differential logs.
Params
scope: The Timely scope hosting the log analysis dataflow.config: Logging configurationevent_queue: The source to read log events from.shared_state: Shared state across all logging dataflow fragments.