arrow.array
Module for [Array] class
Types 3
classArray : gobject.object.ObjectWrap
Methods
ArrayGidBuilder builder()Get builder for [arrow.array.Array] Returns: New builder objectarrow.buffer.Buffer buffer1() @propertyarrow.buffer.Buffer buffer2() @propertyarrow.buffer.Buffer nullBitmap() @propertyarrow.array.Array parent() @propertyarrow.data_type.DataType valueDataType() @propertyarrow.array.Array import_(void * cAbiArray, arrow.data_type.DataType dataType)arrow.array.Array cast_(arrow.data_type.DataType targetDataType, arrow.cast_options.CastOptions options = null)arrow.array.Array concatenate(arrow.array.Array[] otherArrays)long count(arrow.count_options.CountOptions options = null)string diffUnified(arrow.array.Array otherArray)bool equal(arrow.array.Array otherArray)bool equalApprox(arrow.array.Array otherArray)bool equalOptions(arrow.array.Array otherArray, arrow.equal_options.EqualOptions options = null)bool equalRange(long startIndex, arrow.array.Array otherArray, long otherStartIndex, long endIndex, arrow.equal_options.EqualOptions options = null)bool export_(out void * cAbiArray, out void * cAbiSchema)arrow.array.Array filter(arrow.boolean_array.BooleanArray filter, arrow.filter_options.FilterOptions options = null)long getLength()long getNNulls()long getOffset()bool isNull(long i)bool isValid(long i)arrow.run_end_encoded_array.RunEndEncodedArray runEndEncode(arrow.run_end_encode_options.RunEndEncodeOptions options = null)arrow.array.Array slice(long offset, long length)arrow.array.Array 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_()arrow.array.Array view(arrow.data_type.DataType returnType)Methods
T array(void * propval)T buffer1(arrow.buffer.Buffer propval)T buffer2(arrow.buffer.Buffer propval)T nullBitmap(arrow.buffer.Buffer propval)T parent(arrow.array.Array propval)T valueDataType(arrow.data_type.DataType propval)