Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
28
pub struct Map;
29
30
impl crate::Transform for Map {
31
fn name(&self) -> &'static str {
Callers
15
from_datum
Method · 0.50
decode_text
Method · 0.50
into_proto
Method · 0.50
from_proto
Method · 0.50
backward_compatible
Function · 0.50
into_proto
Method · 0.50
into_result
Method · 0.50
from
Method · 0.50
read_datum
Function · 0.50
visit_map
Method · 0.50
scalar_to_arrow_datatype_impl
Function · 0.50
avro
Method · 0.50
Calls
no outgoing calls
Tested by
2
test_encode_empty_map
Function · 0.40
test_map_schema
Function · 0.40