Create a sparse list-array out of an array of arrays.
Create a sparse list-array out of an array of arrays.
Applies a [arrow::compute::concat
] kernel to the given arrays
.
Extract the element at idx
from a FixedSizeListArray
.
Applies a
filter kernel to the given
array
.
Returns true if the given list_array
is semantically empty.
An empty array of the given datatype.
Returns a new [[ListArray
]] with len entries
.
Returns an iterator with the lengths of the offsets.
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.
Repartitions a [ListArray
] according to the specified lengths
, ignoring previous partitioning.
Given a sparse [ListArray
] (i.e. an array with a nulls bitmap that contains at least
one falsy value), returns a dense [ListArray
] that only contains the non-null values from
the original list.
Applies a
take kernel to the given
array
.