arrow.scalar_aggregate_options

Module for [ScalarAggregateOptions] class

Types 3

Methods
GType _gType() @property
ScalarAggregateOptions self()Returns `this`, for use in `with` statements.
ScalarAggregateOptionsGidBuilder builder()Get builder for [arrow.scalaraggregateoptions.ScalarAggregateOptions] Returns: New builder object
uint minCount() @propertyGet `minCount` property. Returns: The minimum required number of values.
void minCount(uint propval) @propertySet `minCount` property. Params: propval = The minimum required number of values.
bool skipNulls() @propertyGet `skipNulls` property. Returns: Whether NULLs are skipped or not.
void skipNulls(bool propval) @propertySet `skipNulls` property. Params: propval = Whether NULLs are skipped or not.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T minCount(uint propval)Set `minCount` property. Params: propval = The minimum required number of values. Returns: Builder instance for fluent chaining
T skipNulls(bool propval)Set `skipNulls` property. Params: propval = Whether NULLs are skipped or not. Returns: Builder instance for fluent chaining

Fluent builder for [arrow.scalar_aggregate_options.ScalarAggregateOptions]