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

Method bindings

src/transform/src/analysis.rs:120–122  ·  view source on GitHub ↗

Bindings from local identifiers to result offsets for analysis values.

(&self)

Source from the content-addressed store, hash-verified

118 }
119 /// Bindings from local identifiers to result offsets for analysis values.
120 pub fn bindings(&self) -> &BTreeMap<LocalId, usize> {
121 &self.bindings
122 }
123 /// Result offsets for the state of a various number of children of the current expression.
124 ///
125 /// The integers are the zero-offset locations in the `SubtreeSize` analysis. The order of

Callers 3

deriveMethod · 0.80
deriveMethod · 0.80
deriveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected