pyarrow.Decimal256Array#

class pyarrow.Decimal256Array#

Bases: FixedSizeBinaryArray

Concrete class for Arrow arrays of decimal256 data type.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

buffers(self)

Return a list of Buffer objects pointing to this array's physical storage.

cast(self[, target_type, safe, options, ...])

Cast array values to another data type

copy_to(self, destination)

Construct a copy of the array with all buffers on destination device.

dictionary_encode(self[, null_encoding])

Compute dictionary-encoded representation of array.

diff(self, Array other)

Compare contents of this array against another one.

drop_null(self)

Remove missing values from an array.

equals(self, Array other)

fill_null(self, fill_value)

See