[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.compute.ArraySortOptions.html [Back]  [Original]

pyarrow.compute.ArraySortOptions — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.compute.ArraySortOptions#

class pyarrow.compute.ArraySortOptions(order='ascending', *, null_placement='at_end')#

Bases: _ArraySortOptions

Options for the array_sort_indices function.

Parameters:
orderstr, default ascending

Which order to sort values in. Accepted values are ascending, descending.

null_placementstr, default at_end

Where nulls in the input should be sorted. Accepted values are at_start, at_end.

__init__(self, order='ascending', *, null_placement='at_end')#

Methods

__init__(self[,order,null_placement])

deserialize(buf)

Deserialize options for a function.

serialize(self)

static deserialize(buf)#

Deserialize options for a function.

Parameters:
bufBuffer

The buffer containing the data to deserialize.

serialize(self)#

Web Proxy Viewer  |  New URL  |  Original Page