arrow.chunked_array
Module for [ChunkedArray] class
Types 3
Methods
ChunkedArray self()Returns `this`, for use in `with` statements.ChunkedArrayGidBuilder builder()Get builder for [arrow.chunked_array.ChunkedArray] Returns: New builder objectbool equal(arrow.chunked_array.ChunkedArray otherChunkedArray)arrow.chunked_array.ChunkedArray filter(arrow.boolean_array.BooleanArray filter, arrow.filter_options.FilterOptions options = null)arrow.chunked_array.ChunkedArray filterChunkedArray(arrow.chunked_array.ChunkedArray filter, arrow.filter_options.FilterOptions options = null)arrow.array.Array getChunk(uint i)ulong getLength()uint getNChunks()ulong getNNulls()ulong getNRows()arrow.chunked_array.ChunkedArray slice(ulong offset, ulong length)arrow.chunked_array.ChunkedArray take(arrow.array.Array indices, arrow.take_options.TakeOptions options = null)arrow.chunked_array.ChunkedArray takeChunkedArray(arrow.chunked_array.ChunkedArray indices, arrow.take_options.TakeOptions options = null)string toString_()Fluent builder for [arrow.chunked_array.ChunkedArray]
Methods