arrow.scalar_aggregate_options
Module for [ScalarAggregateOptions] class
Types 3
Methods
ScalarAggregateOptionsGidBuilder builder() static nothrowGet builder for [arrow.scalar_aggregate_options.ScalarAggregateOptions] Returns: New builder objectuint 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.classScalarAggregateOptionsGidBuilderImpl(T) : arrow.function_options.FunctionOptionsGidBuilderImpl!T
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 chainingT skipNulls(bool propval) nothrowSet `skipNulls` property. Params: propval = Whether NULLs are skipped or not. Returns: Builder instance for fluent chaining