(delimiter: &str)
| 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( |
searching dependent graphs…