alamb opened a new issue, #15369: URL: https://github.com/apache/datafusion/issues/15369
This looks very similar to https://docs.rs/datafusion/latest/datafusion/physical_expr/aggregate/struct.AggregateExprBuilder.html#method.distinct Though it seems like that structure has no good example, perhaps you could make a PR to add an doc example of how to use it _Originally posted by @alamb in https://github.com/apache/datafusion/pull/14413#discussion_r2009213210_ The idea is to add some examples in the rust API documentation showing how to create expressions like ```sql first_value(col ORDER BY x) ``` Using the AggregateExprBuilder -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org