MCPcopy Create free account
hub / github.com/apache/datafusion / arc_field

Function arc_field

datafusion/common/src/nested_struct.rs:537–539  ·  view source on GitHub ↗
(name: &str, data_type: DataType)

Source from the content-addressed store, hash-verified

535 }
536
537 fn arc_field(name: &str, data_type: DataType) -> FieldRef {
538 Arc::new(field(name, data_type))
539 }
540
541 fn struct_type(fields: Vec<Field>) -> DataType {
542 Struct(fields.into())

Callers 1

Calls 2

newFunction · 0.85
fieldFunction · 0.70

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…