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

Method len

src/sql/src/plan/scope.rs:223–225  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

221 }
222
223 pub fn len(&self) -> usize {
224 self.items.len()
225 }
226
227 /// Iterates over all items in the scope.
228 ///

Callers 15

purify_create_sinkFunction · 0.45
matches_argtypesMethod · 0.45
validate_arg_lenMethod · 0.45
find_matchFunction · 0.45
coerce_args_to_typesFunction · 0.45
lookup_start_offsetsFunction · 0.45
validate_start_offsetsFunction · 0.45
unresolved_item_nameFunction · 0.45
unresolved_schema_nameFunction · 0.45
opFunction · 0.45
full_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected