Create a sparse dictionary-array out of an array of (potentially) duplicated arrays.
Create a sparse list-array out of an array of arrays.
Create a sparse list-array out of an array of arrays.
Applies a
filter kernel to the given
array
.
Returns true if the given list_array
is semantically empty.
Returns a new [ArrowListArray
] with len entries
.
Create a new ListArray
of target length by appending null values to its back.
Create a new ListArray
of target length by appending null values to its front.
Given a sparse ArrowListArray
(i.e. an array with a validity bitmap that contains at least
one falsy value), returns a dense ArrowListArray
that only contains the non-null values from
the original list.
Applies a
take kernel to the given
array
.