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

Method derive

src/transform/src/analysis.rs:477–480  ·  view source on GitHub ↗
(&self, expr: &MirRelationExpr, index: usize, depends: &Derived)

Source from the content-addressed store, hash-verified

475
476 #[inline]
477 fn derive(&self, expr: &MirRelationExpr, index: usize, depends: &Derived) -> A::Value {
478 self.analysis
479 .derive(expr, index, &self.results[..], depends)
480 }
481 }
482}
483

Callers 2

analyse_optimisticMethod · 0.45
analyse_pessimisticMethod · 0.45

Calls 15

antichain_insertFunction · 0.85
is_superset_ofFunction · 0.85
children_of_revMethod · 0.80
bindingsMethod · 0.80
expectMethod · 0.80
unwrapMethod · 0.80
sortMethod · 0.80
keys_with_input_keysMethod · 0.80
allMethod · 0.80
output_arityMethod · 0.80

Tested by

no test coverage detected