MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / iter

Method iter

src/expr/src/row/collection.rs:91–93  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

89 }
90
91 fn iter(&self) -> impl Iterator<Item = (&RowRef, NonZeroUsize)> {
92 self.rows.iter().zip_eq(self.diffs.iter().copied())
93 }
94
95 /// Concatenate another [`RowCollection`] onto `self`, copying and reallocating both sets of rows.
96 ///

Callers 15

bench_case_literalFunction · 0.45
bench_opFunction · 0.45
typ_with_input_typesMethod · 0.45
keys_with_input_keysMethod · 0.45
constant_diffMethod · 0.45
recursive_idsMethod · 0.45
on_uniqueMethod · 0.45
is_trivialMethod · 0.45
is_streamableMethod · 0.45

Calls

no outgoing calls

Tested by 4

reduceFunction · 0.36
test_canonicalize_predFunction · 0.36
test_canonicalize_equivFunction · 0.36
test_interpretFunction · 0.36