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

Function data

datafusion/functions-aggregate/src/string_agg.rs:771–773  ·  view source on GitHub ↗
(list: [&str; N])

Source from the content-addressed store, hash-verified

769 }
770
771 fn data<const N: usize>(list: [&str; N]) -> ArrayRef {
772 Arc::new(LargeStringArray::from(list.to_vec()))
773 }
774
775 fn merge(
776 mut acc1: Box<dyn Accumulator>,

Calls 2

newFunction · 0.85
to_vecMethod · 0.80

Tested by 8

no_duplicates_distinctFunction · 0.56
duplicates_no_distinctFunction · 0.56
duplicates_distinctFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…