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

Method new

src/expr/src/relation/join_input_mapper.rs:47–49  ·  view source on GitHub ↗

Creates a new `JoinInputMapper` and calculates the mapping of global context columns to local context columns.

(inputs: &[MirRelationExpr])

Source from the content-addressed store, hash-verified

45 /// Creates a new `JoinInputMapper` and calculates the mapping of global context
46 /// columns to local context columns.
47 pub fn new(inputs: &[MirRelationExpr]) -> Self {
48 Self::new_from_input_arities(inputs.iter().map(|i| i.arity()))
49 }
50
51 /// Creates a new `JoinInputMapper` and calculates the mapping of global context
52 /// columns to local context columns. Using this method is more

Callers

nothing calls this directly

Calls 3

mapMethod · 0.45
iterMethod · 0.45
arityMethod · 0.45

Tested by

no test coverage detected