SkewOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_skew_options_get_type ()" ) ]
public class SkewOptions :
FunctionOptions
Content:
Properties:
- public bool biased { get; set; }
Whether the calculated value is biased.
- public uint min_count { get; set; }
If less than this many non-null values are observed, emit null.
- public bool skip_nulls { get; set; }
Whether NULLs are skipped or not.
Creation methods:
Inherited Members:
All known members inherited from class GArrow.FunctionOptions
All known members inherited from class GLib.Object