Skip to content

Conversation

@EduardAkhmetshin
Copy link
Contributor

Which issue does this PR close?

What changes are included in this PR?

Changes to docstrings for min and max functions.

Are these changes tested?

Yes

Are there any user-facing changes?

Yes. These doc pages will be updated:
https://docs.rs/arrow/latest/arrow/compute/fn.min.html
https://docs.rs/arrow/latest/arrow/compute/fn.max.html

@github-actions github-actions bot added the arrow Changes to the arrow crate label Dec 29, 2025
/// ```rust
/// # use arrow_array::Int32Array;
/// # use arrow_arith::aggregate::min;
/// let array = Int32Array::from(vec![5, 6, 7, 8, 9]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps shuffle the input here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Thanks!

@Jefffrey Jefffrey merged commit 2d6fc51 into apache:main Dec 30, 2025
13 checks passed
@Jefffrey
Copy link
Contributor

Thanks @EduardAkhmetshin

@Jefffrey Jefffrey added documentation Improvements or additions to documentation and removed arrow Changes to the arrow crate labels Dec 30, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add code examples for min and max compute functions

2 participants