CumulativeOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_cumulative_options_get_type ()" ) ]
public class CumulativeOptions :
FunctionOptions
Content:
Properties:
- public bool skip_nulls { get; set; }
If true, nulls in the input are ignored and produce a corresponding
null output.
- public Scalar start { owned get; set; }
Optional starting value for cumulative operation computation.
Creation methods:
Inherited Members:
All known members inherited from class GArrow.FunctionOptions
All known members inherited from class GLib.Object