arrow.scalar_aggregate_options
Module for [ScalarAggregateOptions] class
Types 3
Methods
ScalarAggregateOptions self()Returns `this`, for use in `with` statements.ScalarAggregateOptionsGidBuilder builder()Get builder for [arrow.scalaraggregateoptions.ScalarAggregateOptions] Returns: New builder objectvoid minCount(uint propval) @propertySet `minCount` property. Params: propval = The minimum required number of values.void skipNulls(bool propval) @propertySet `skipNulls` property. Params: propval = Whether NULLs are skipped or not.classScalarAggregateOptionsGidBuilderImpl(T) : arrow.function_options.FunctionOptionsGidBuilderImpl!T
Methods
T minCount(uint propval)Set `minCount` property. Params: propval = The minimum required number of values. Returns: Builder instance for fluent chainingT skipNulls(bool propval)Set `skipNulls` property. Params: propval = Whether NULLs are skipped or not. Returns: Builder instance for fluent chainingclassScalarAggregateOptionsGidBuilder : ScalarAggregateOptionsGidBuilderImpl!ScalarAggregateOptionsGidBuilder
Fluent builder for [arrow.scalar_aggregate_options.ScalarAggregateOptions]
Methods