Commits


David Li authored and Antoine Pitrou committed af7588344c3
ARROW-13220: [C++] Implement 'choose' function Also makes two changes: - MakeArrayFromScalar now works with Decimal256 and FixedSizeBinaryType - VarArgs(min_args=N) for N>1 now works (before different assertions/runtime checks would trigger). Though, might it make sense to update KernelSignature to reflect min_args? Closes #10642 from lidavidm/arrow-13220 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>