arrow.scalar_aggregate_options

Module for [ScalarAggregateOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ScalarAggregateOptions self() nothrowReturns `this`, for use in `with` statements.
ScalarAggregateOptionsGidBuilder builder() static nothrowGet builder for [arrow.scalar_aggregate_options.ScalarAggregateOptions] Returns: New builder object
uint minCount() @property nothrowGet `minCount` property. Returns: The minimum required number of values.
void minCount(uint propval) @property nothrowSet `minCount` property. Params: propval = The minimum required number of values.
bool skipNulls() @property nothrowGet `skipNulls` property. Returns: Whether NULLs are skipped or not.
void skipNulls(bool propval) @property nothrowSet `skipNulls` property. Params: propval = Whether NULLs are skipped or not.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.scalar_aggregate_options.ScalarAggregateOptions

Methods
T minCount(uint propval) nothrowSet `minCount` property. Params: propval = The minimum required number of values. Returns: Builder instance for fluent chaining
T skipNulls(bool propval) nothrowSet `skipNulls` property. Params: propval = Whether NULLs are skipped or not. Returns: Builder instance for fluent chaining