Commits


Alex Şuhan authored and Benjamin Kietzman committed 7fb1a720312
ARROW-13950: [C++] min_element_wise/max_element_wise missing support for some types This adds support for all sortable types. For decimal and fixed size binary, we only support types with the same parameters - scale and precision for decimal, byte width for fixed size binary. Closes #11793 from asuhan/asuhan/elementwise_min_max Authored-by: Alex Şuhan <alex.suhan@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>