MCPcopy Create free account
hub / github.com/apache/datafusion / iter

Method iter

datafusion-cli/src/object_storage/instrumented.rs:677–679  ·  view source on GitHub ↗

Return an iterator over the summaries

(&self)

Source from the content-addressed store, hash-verified

675
676 /// Return an iterator over the summaries
677 fn iter(&self) -> impl Iterator<Item = &RequestSummary> {
678 self.summaries.iter()
679 }
680
681 /// Return an iterator over (duration_stats, size_stats) tuples
682 /// for each summary

Callers 15

cars_schema_is_stableFunction · 0.45
regex_schema_is_stableFunction · 0.45
format_partFunction · 0.45
fmtMethod · 0.45
min_valuesMethod · 0.45
max_valuesMethod · 0.45
deserialize_to_structFunction · 0.45
expressionsMethod · 0.45
fmt_for_explainMethod · 0.45
with_exprs_and_inputsMethod · 0.45
plan_relationMethod · 0.45

Calls

no outgoing calls

Tested by 3

cars_schema_is_stableFunction · 0.36
regex_schema_is_stableFunction · 0.36