arrow.chunked_array
Module for [ChunkedArray] class
Types 3
Methods
ChunkedArrayGidBuilder builder() static nothrowGet builder for [arrow.chunked_array.ChunkedArray] Returns: New builder objectarrow.chunked_array.ChunkedArray newEmpty(arrow.data_type.DataType dataType) staticbool equal(arrow.chunked_array.ChunkedArray otherChunkedArray) nothrowarrow.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) nothrowarrow.array.Array[] getChunks() nothrowulong getLength() nothrowuint getNChunks() nothrowulong getNNulls() nothrowulong getNRows() nothrowarrow.data_type.DataType getValueDataType() nothrowarrow.types.Type getValueType() nothrowarrow.chunked_array.ChunkedArray slice(ulong offset, ulong length) nothrowarrow.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 implementation template for arrow.chunked_array.ChunkedArray
Fluent builder for arrow.chunked_array.ChunkedArray
Methods