Commits


David Li authored and Antoine Pitrou committed b93f38a3ea0
ARROW-13627: [C++] Fully support ScalarAggregateOptions in (hash) any/all/sum/product/mean This should let R easily support na.RM = TRUE / FALSE by setting skip_nulls = false / true (respectively). Closes #10942 from lidavidm/arrow-13627 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>