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

