-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Is your feature request related to a problem or challenge?
As part of #12740 this ticket is to migrate all the existing documentation for aggregate functions from the static file to code and to remove them from the static file.
Here is the current static content:
- doc source: https://github.com/apache/datafusion/blob/main/docs/source/user-guide/sql/aggregate_functions.md
- rendered: https://datafusion.apache.org/user-guide/sql/aggregate_functions.html
- Code source: https://github.com/apache/datafusion/tree/main/datafusion/functions-aggregate/src
Need Functions:
- Port / Add
Documentationfor ApproxDistinct - Port / Add
Documentationfor ApproxMedian - Port / Add
Documentationfor ApproxPercentileCont - Port / Add
Documentationfor ApproxPercentileContWithWeight - Port / Add
Documentationfor ArrayAgg - Port / Add
Documentationfor Avg - Port / Add
Documentationfor BoolAnd - Port / Add
Documentationfor BoolOr - Port / Add
Documentationfor Correlation - Port / Add
Documentationfor Count - Port / Add
Documentationfor CovarianceSample - Port / Add
Documentationfor CovariancePopulation - Port / Add
Documentationfor FirstValue - Port / Add
Documentationfor LastValue - Port / Add
Documentationfor Grouping - Port / Add
Documentationfor Median - Port / Add
Documentationfor Max - Port / Add
Documentationfor Min - Port / Add
Documentationfor NthValueAgg - Port / Add
Documentationfor Regr - Port / Add
Documentationfor Stddev - Port / Add
Documentationfor StddevPop - Port / Add
Documentationfor StringAgg - Port / Add
Documentationfor Sum
Describe the solution you'd like
One (or more) PRs that
- port the documentation for the above named functions from the static docs to code
- Bonus points: add sql examples should be added for all functions
- Remove the documentation from the static docs
Here are some example PRs of doing this:
- Migrate documentation for all string functions from scalar_functions.md to code #12775 from @Omega359
- Port / Add Documentation for
VarianceSampleandVariancePopulation#12742
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels