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

Method new

src/sql/src/plan/lowering.rs:77–79  ·  view source on GitHub ↗
(inner: BTreeMap<ColumnRef, usize>)

Source from the content-addressed store, hash-verified

75 }
76
77 fn new(inner: BTreeMap<ColumnRef, usize>) -> ColumnMap {
78 ColumnMap { inner }
79 }
80
81 fn get(&self, col_ref: &ColumnRef) -> usize {
82 if col_ref.level == 0 {

Callers

nothing calls this directly

Calls 12

lookup_inputsMethod · 0.80
anyMethod · 0.80
might_errorMethod · 0.80
lenMethod · 0.45
collectMethod · 0.45
filterMethod · 0.45
pushMethod · 0.45
takeMethod · 0.45
permuteMethod · 0.45
cloneMethod · 0.45
notMethod · 0.45
call_is_nullMethod · 0.45

Tested by

no test coverage detected