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

Function arc_struct_field

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

Source from the content-addressed store, hash-verified

547 }
548
549 fn arc_struct_field(name: &str, fields: Vec<Field>) -> FieldRef {
550 Arc::new(struct_field(name, fields))
551 }
552
553 #[test]
554 fn test_cast_simple_column() {

Callers

nothing calls this directly

Calls 2

newFunction · 0.85
struct_fieldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…