pyarrow.compute.CumulativeOptions#
- class pyarrow.compute.CumulativeOptions(start=None, *, skip_nulls=False)#
Bases:
_CumulativeOptionsOptions for cumulative_* functions.
cumulative_sum
cumulative_sum_checked
cumulative_prod
cumulative_prod_checked
cumulative_max
cumulative_min
- Parameters:
- __init__(self, start=None, *, skip_nulls=False)#
Methods
__init__(self[, start, skip_nulls])deserialize(buf)Deserialize options for a function.
serialize(self)- static deserialize(buf)#
Deserialize options for a function.
- Parameters:
- buf
Buffer The buffer containing the data to deserialize.
- buf
- serialize(self)#