Re: [D] Expose intermediary states in aggregation functions [datafusion]

2025-06-06 Thread via GitHub
GitHub user mgrenonville added a comment to the discussion: Expose intermediary states in aggregation functions Thanks for your reply. I had the big picture but the documentation made me realize that I "just" have to write two UDFA: - The first is the `-State`, that uses the original function

Re: [D] Expose intermediary states in aggregation functions [datafusion]

2025-06-05 Thread via GitHub
GitHub user alamb added a comment to the discussion: Expose intermediary states in aggregation functions 👋 -- perhaps https://docs.rs/datafusion/latest/datafusion/logical_expr/trait.Accumulator.html#tymethod.state is relevant GitHub link: https://github.com/apache/datafusion/discussions/16