Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sink
Function · 0.45
generate_subsource_statements
Function · 0.45
matches_argtypes
Method · 0.45
validate_arg_len
Method · 0.45
find_match
Function · 0.45
coerce_args_to_types
Function · 0.45
lookup_start_offsets
Function · 0.45
validate_start_offsets
Function · 0.45
unresolved_item_name
Function · 0.45
unresolved_schema_name
Function · 0.45
op
Function · 0.45
full_name
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected