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

docs: new window functions #12086

Merged
merged 5 commits into from
Jul 14, 2023
Merged

docs: new window functions #12086

merged 5 commits into from
Jul 14, 2023

Conversation

soyeric128
Copy link
Collaborator

@soyeric128 soyeric128 commented Jul 14, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

added new window functions: #11148

  • Closes #issue

@vercel
Copy link

vercel bot commented Jul 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
databend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 14, 2023 8:45am

@github-actions github-actions bot added the pr-doc this PR needs/changes the documents or websites label Jul 14, 2023
@what-the-diff
Copy link

what-the-diff bot commented Jul 14, 2023

PR Summary

  • Edited Documentation Links
    A hyperlink in the Python documentation was corrected to improve the process of navigating resources.

  • Added Function Notes
    There were clarifications made to the CUME_DIST function's documentation, highlighting that its return value ranges between 0 and 1. Mention of the PERCENT_RANK was also introduced.

  • Removed Function Headings
    The headers related to certain functions in 'dense-rank.md', 'rank.md' and 'row-number.md' files were taken out for reasons not specified.

  • Added New Function files
    Several new files were created to provide detailed descriptions and syntax for various functions including:

    1. FIRST_VALUE
    2. FIRST (Alias to FIRST_VALUE)
    3. LAST_VALUE
    4. LAST (Alias to LAST_VALUE)
    5. NTH_VALUE
    6. LEAD
    7. LAG
    8. NTILE
    9. PERCENT_RANK
  • Updated Function Index
    The function index documentation was updated to include links to the newly added functions above.

These changes should enhance the documentation's completeness and accuracy, making it easier for users to navigate and understand the functions.

@soyeric128 soyeric128 merged commit 7f19123 into databendlabs:main Jul 14, 2023
@soyeric128 soyeric128 deleted the window-functions branch July 15, 2023 07:23
andylokandy pushed a commit to andylokandy/databend that referenced this pull request Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-doc this PR needs/changes the documents or websites
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants