Commits


Alexander authored and Antoine Pitrou committed 558d83f3df3
ARROW-1568: [C++] Implement Drop Null Kernel for Arrays Implement "drop null" kernels that return array without nulls Note: This can be implemented as a arrow::compute::VectorFunction because the size of the array is changed, so this function is not valid in a SQL-like context Closes #10802 from aocsa/aocsa/ARROW-1568 Lead-authored-by: Alexander <aocsa.cs@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>