Daft icon indicating copy to clipboard operation
Daft copied to clipboard

[FEAT] user definable reduce aggregation

Open samster25 opened this issue 7 months ago • 0 comments

Allow users to run their own two stage reduce.

something like:

df.reduce(per_partition_reduce_fn, global_reduce_fn)

or if they are the same

df.reduce(both_reduce_fn)

samster25 avatar Jul 09 '24 21:07 samster25