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

Add Window Functions for use with function builder #808

Merged

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    7553836 View commit details
    Browse the repository at this point in the history
  2. Adding docstrings

    timsaucer committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    4cfb650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0803153 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    309d236 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37b154e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58a4807 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f09496e View commit details
    Browse the repository at this point in the history
  8. Add rank window function

    timsaucer committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c242728 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18f7c81 View commit details
    Browse the repository at this point in the history
  10. Add cume_dist

    timsaucer committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    eb5598d View commit details
    Browse the repository at this point in the history
  11. Add ntile window function

    timsaucer committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    f92d064 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8ab55e5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca397ba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c86754 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ee2691 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6d54973 View commit details
    Browse the repository at this point in the history
  17. Add examples to docstring

    timsaucer committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    37022e3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ebf7c96 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    14c7169 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b5f33e8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5fd129c View commit details
    Browse the repository at this point in the history
  22. Window frames should only apply to aggregate functions used as window…

    … functions. Also pass in scalar pyarrow values so we can set a range other than a uint
    timsaucer committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    8863931 View commit details
    Browse the repository at this point in the history
  23. Remove deprecated warning until we actually have a way to use all fun…

    …ctions without calling window()
    timsaucer committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    47af829 View commit details
    Browse the repository at this point in the history
  24. Built in window functions do not have any impact by setting null_trea…

    …tment so remove from user facing
    timsaucer committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    009c361 View commit details
    Browse the repository at this point in the history
  25. Update user documentation on how to pass parameters for different win…

    …dow functions and what their impacts are
    timsaucer committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    bc3be5d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    070b595 View commit details
    Browse the repository at this point in the history