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

Method len

src/repr/src/update.rs:181–183  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

179 }
180
181 pub fn len(&self) -> usize {
182 self.run_ends.len()
183 }
184
185 pub fn byte_len(&self) -> usize {
186 self.bytes.len()

Callers 15

regexp_split_to_arrayFunction · 0.45
bench_sort_unpackedFunction · 0.45
bench_roundtripFunction · 0.45
is_instance_of_scalarMethod · 0.45
into_resultMethod · 0.45
eq_innerMethod · 0.45
interesting_datumsMethod · 0.45
eqMethod · 0.45
cmpMethod · 0.45
unionMethod · 0.45
arb_datum_for_scalarFunction · 0.45
parse_u64Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected