MCPcopy Create free account
hub / github.com/apache/arrow-rs / union_fields

Function union_fields

arrow-arith/src/boolean.rs:967–975  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

965 }
966
967 fn union_fields() -> UnionFields {
968 [
969 (0, Arc::new(Field::new("A", DataType::Int32, true))),
970 (1, Arc::new(Field::new("B", DataType::Float64, true))),
971 (2, Arc::new(Field::new("C", DataType::Utf8, true))),
972 ]
973 .into_iter()
974 .collect()
975 }
976}

Callers 2

test_dense_union_is_nullFunction · 0.70

Calls 2

collectMethod · 0.80
into_iterMethod · 0.45

Tested by 2

test_dense_union_is_nullFunction · 0.56