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(rust): Add examples in rust for window functions row mapping strategies #21153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

beleam
Copy link

@beleam beleam commented Feb 9, 2025

add missing rust transaltions for:

  • group_to_rows
  • explode
  • join

fixes #21258

@github-actions github-actions bot added documentation Improvements or additions to documentation rust Related to Rust Polars labels Feb 9, 2025
Copy link

codecov bot commented Feb 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.81%. Comparing base (e8e0295) to head (a48167a).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21153      +/-   ##
==========================================
- Coverage   79.88%   79.81%   -0.08%     
==========================================
  Files        1593     1593              
  Lines      227649   227649              
  Branches     2600     2600              
==========================================
- Hits       181860   181697     -163     
- Misses      45192    45355     +163     
  Partials      597      597              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fill out missing Rust translations for Window Functions
1 participant