Remove add_summary_with_ctx
and always require a ctx in add_summary
This commit is contained in:
parent
901525bf77
commit
652fc9e4ec
7 changed files with 23 additions and 23 deletions
|
@ -560,7 +560,7 @@ where
|
|||
slice_items_summary
|
||||
.as_mut()
|
||||
.unwrap()
|
||||
.add_summary_with_ctx(item_summary, ctx);
|
||||
.add_summary(item_summary, ctx);
|
||||
}
|
||||
SeekAggregate::Summary(summary) => {
|
||||
summary.add_summary(item_summary);
|
||||
|
@ -679,7 +679,7 @@ where
|
|||
slice_items_summary
|
||||
.as_mut()
|
||||
.unwrap()
|
||||
.add_summary_with_ctx(item_summary, ctx);
|
||||
.add_summary(item_summary, ctx);
|
||||
slice_item_summaries.push(item_summary.clone());
|
||||
}
|
||||
SeekAggregate::Summary(summary) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue