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

Function field

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

Source from the content-addressed store, hash-verified

527 }
528
529 fn field(name: &str, data_type: DataType) -> Field {
530 Field::new(name, data_type, true)
531 }
532
533 fn non_null_field(name: &str, data_type: DataType) -> Field {
534 Field::new(name, data_type, false)

Callers 4

arc_fieldFunction · 0.70
struct_fieldFunction · 0.70
test_cast_simple_columnFunction · 0.70

Calls 1

newFunction · 0.85

Tested by 2

test_cast_simple_columnFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…