Function differential_dataflow::dynamic::feedback_summary
source ยท pub fn feedback_summary<T>(
level: usize,
summary: T::Summary,
) -> PointStampSummary<T::Summary>
Expand description
Produces the summary for a feedback operator at level
, applying summary
to that coordinate.