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

Method index

src/transform/src/analysis.rs:178–180  ·  view source on GitHub ↗

The post-order traversal index for the expression. This can be used to index into the full set of results, as provided by an instance of `Derived`.

(&self)

Source from the content-addressed store, hash-verified

176 /// This can be used to index into the full set of results, as provided by an
177 /// instance of `Derived`.
178 pub fn index(&self) -> usize {
179 self.upper - 1
180 }
181
182 /// The value bound to an identifier, if it has been derived.
183 ///

Callers 10

gen_expr_for_relationFunction · 0.45
column_names_for_idMethod · 0.45
sequence_drop_commonMethod · 0.45
mainFunction · 0.45
__init__Method · 0.45
web_url_to_buildMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected