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

Class Map

src/transform/src/fusion/map.rs:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26/// Fuses a sequence of `Map` operators in to one `Map` operator.
27#[derive(Debug)]
28pub struct Map;
29
30impl crate::Transform for Map {
31 fn name(&self) -> &'static str {

Callers 15

from_datumMethod · 0.50
decode_textMethod · 0.50
into_protoMethod · 0.50
from_protoMethod · 0.50
backward_compatibleFunction · 0.50
into_protoMethod · 0.50
into_resultMethod · 0.50
fromMethod · 0.50
read_datumFunction · 0.50
visit_mapMethod · 0.50
avroMethod · 0.50

Calls

no outgoing calls

Tested by 2

test_encode_empty_mapFunction · 0.40
test_map_schemaFunction · 0.40