Commit 2d6fc51
authored
Add examples for min and max functions (#9062)
# Which issue does this PR close?
- Closes #9055.
# 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.html1 parent 814ee42 commit 2d6fc51
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
812 | 821 | | |
813 | 822 | | |
814 | 823 | | |
| |||
818 | 827 | | |
819 | 828 | | |
820 | 829 | | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
821 | 839 | | |
822 | 840 | | |
823 | 841 | | |
| |||
0 commit comments