Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate documentation for aggregate functions from aggregate_functions.md to code #12827

Open
24 tasks
Tracked by #12740
alamb opened this issue Oct 9, 2024 · 2 comments · May be fixed by #12861
Open
24 tasks
Tracked by #12740

Migrate documentation for aggregate functions from aggregate_functions.md to code #12827

alamb opened this issue Oct 9, 2024 · 2 comments · May be fixed by #12861

Comments

@alamb
Copy link
Contributor

alamb commented Oct 9, 2024

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:

Need Functions:

  • Port / Add Documentation for ApproxDistinct
  • Port / Add Documentation for ApproxMedian
  • Port / Add Documentation for ApproxPercentileCont
  • Port / Add Documentation for ApproxPercentileContWithWeight
  • Port / Add Documentation for ArrayAgg
  • Port / Add Documentation for Avg
  • Port / Add Documentation for BoolAnd
  • Port / Add Documentation for BoolOr
  • Port / Add Documentation for Correlation
  • Port / Add Documentation for Count
  • Port / Add Documentation for CovarianceSample
  • Port / Add Documentation for CovariancePopulation
  • Port / Add Documentation for FirstValue
  • Port / Add Documentation for LastValue
  • Port / Add Documentation for Grouping
  • Port / Add Documentation for Median
  • Port / Add Documentation for Max
  • Port / Add Documentation for Min
  • Port / Add Documentation for NthValueAgg
  • Port / Add Documentation for Regr
  • Port / Add Documentation for Stddev
  • Port / Add Documentation for StddevPop
  • Port / Add Documentation for StringAgg
  • Port / Add Documentation for Sum

Describe the solution you'd like

One (or more) PRs that

  1. port the documentation for the above named functions from the static docs to code
  2. Bonus points: add sql examples should be added for all functions
  3. Remove the documentation from the static docs

Here are some example PRs of doing this:

  1. Migrate documentation for all string functions from scalar_functions.md to code  #12775 from @Omega359
  2. Port / Add Documentation for VarianceSample and VariancePopulation #12742

Describe alternatives you've considered

No response

Additional context

No response

@jonathanc-n
Copy link
Contributor

take

@jonathanc-n
Copy link
Contributor

Will work on this after @Omega359 approves of my first pr!

@jonathanc-n jonathanc-n linked a pull request Oct 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants