pub fn render_completion_operator<G, F>(
scope: G,
results_stream: &Stream<G, Result<ProtoBatch, StorageErrorX>>,
worker_callback: F,
)
Expand description
Render an operator that given a stream of ProtoBatch
es will call our worker_callback
to
report the results upstream.