VarianceOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_variance_options_get_type ()" ) ]
public class VarianceOptions :
FunctionOptions
Content:
Properties:
- public int ddof { get; set; }
The Delta Degrees of Freedom (ddof) to be used.
- 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