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

Function make_groups_acc

datafusion/functions-aggregate/src/string_agg.rs:792–794  ·  view source on GitHub ↗
(delimiter: &str)

Source from the content-addressed store, hash-verified

790 // ---------------------------------------------------------------
791
792 fn make_groups_acc(delimiter: &str) -> StringAggGroupsAccumulator {
793 StringAggGroupsAccumulator::new(delimiter.to_string())
794 }
795
796 /// Helper: evaluate and downcast to LargeStringArray
797 fn evaluate_groups(

Callers 7

groups_basicFunction · 0.85
groups_with_nullsFunction · 0.85
groups_with_filterFunction · 0.85
groups_emit_firstFunction · 0.85
groups_merge_batchFunction · 0.85
groups_empty_groupsFunction · 0.85
groups_multiple_batchesFunction · 0.85

Calls 2

newFunction · 0.85
to_stringMethod · 0.45

Tested by 7

groups_basicFunction · 0.68
groups_with_nullsFunction · 0.68
groups_with_filterFunction · 0.68
groups_emit_firstFunction · 0.68
groups_merge_batchFunction · 0.68
groups_empty_groupsFunction · 0.68
groups_multiple_batchesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…