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

Function struct_field

datafusion/common/src/nested_struct.rs:545–547  ·  view source on GitHub ↗
(name: &str, fields: Vec<Field>)

Source from the content-addressed store, hash-verified

543 }
544
545 fn struct_field(name: &str, fields: Vec<Field>) -> Field {
546 field(name, struct_type(fields))
547 }
548
549 fn arc_struct_field(name: &str, fields: Vec<Field>) -> FieldRef {
550 Arc::new(struct_field(name, fields))

Calls 2

struct_typeFunction · 0.85
fieldFunction · 0.70

Used in the wild real call sites across dependent graphs

searching dependent graphs…