QuantileOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_quantile_options_get_type ()" ) ]
public class QuantileOptions :
FunctionOptions
Content:
Properties:
- public QuantileInterpolation interpolation { get; set; }
Interpolation method to use when quantile lies between two data
points.
- 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