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

Method len

src/sql/src/plan/lowering.rs:89–91  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

87 }
88
89 fn len(&self) -> usize {
90 self.inner.len()
91 }
92
93 /// Updates references in the `ColumnMap` for use in a nested scope. The
94 /// provided `arity` must specify the arity of the current scope.

Callers 7

getMethod · 0.45
enter_scopeMethod · 0.45
applied_toMethod · 0.45
branchFunction · 0.45
attempt_outer_equijoinFunction · 0.45
newMethod · 0.45
restrictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected