pyarrow.compute.ArraySortOptions¶
- class pyarrow.compute.ArraySortOptions(order='ascending', *, null_placement='at_end')¶
- Bases: - pyarrow._compute._ArraySortOptions- Options for the array_sort_indices function. - Parameters
 - __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. 
 
- buf
 
 - serialize(self)¶
 
