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

Method total_columns

src/expr/src/relation/join_input_mapper.rs:87–89  ·  view source on GitHub ↗

reports sum of the number of columns of each input

(&self)

Source from the content-addressed store, hash-verified

85
86 /// reports sum of the number of columns of each input
87 pub fn total_columns(&self) -> usize {
88 self.arities.iter().sum()
89 }
90
91 /// reports total numbers of inputs in the join
92 pub fn total_inputs(&self) -> usize {

Callers 5

actionMethod · 0.80
actionMethod · 0.80
actionMethod · 0.80
implement_arrangementsFunction · 0.80
actionMethod · 0.80

Calls 2

sumMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected