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

Method total_inputs

src/expr/src/relation/join_input_mapper.rs:92–94  ·  view source on GitHub ↗

reports total numbers of inputs in the join

(&self)

Source from the content-addressed store, hash-verified

90
91 /// reports total numbers of inputs in the join
92 pub fn total_inputs(&self) -> usize {
93 self.arities.len()
94 }
95
96 /// Using the keys that came from each local input,
97 /// figures out which keys remain unique in the larger join

Callers 5

create_fromMethod · 0.80
global_keysMethod · 0.80
actionMethod · 0.80
find_redundancyFunction · 0.80
actionMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected