TDigestOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_tdigest_options_get_type ()" ) ]
public class TDigestOptions :
FunctionOptions
Content:
Properties:
- public uint buffer_size { get; set; }
Input buffer size, default 500.
- public uint delta { get; set; }
Compression parameter, default 100.
- public uint min_count { get; set; }
If less than this many non-null values are observed, emit null.
- public bool skip_nulls { get; set; }
If true (the default), null values are ignored.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GArrow.FunctionOptions
All known members inherited from class GLib.Object