ArrowQuantileOptions

描述

class Arrow.QuantileOptions : Arrow.FunctionOptions {
  parent_instance: GArrowFunctionOptions
}
没有可用的描述。

构造函数

garrow_quantile_options_new
没有可用的描述。

since: 9.0.0

实例方法

garrow_quantile_options_get_qs
没有可用的描述。

since: 9.0.0

garrow_quantile_options_set_q
没有可用的描述。

since: 9.0.0

garrow_quantile_options_set_qs
没有可用的描述。

since: 9.0.0

GArrowFunctionOptions 继承的方法 (2)
garrow_function_options_equal
没有可用的描述。

since: 7.0.0

garrow_function_options_to_string
没有可用的描述。

since: 7.0.0

GObject 继承的方法 (43)

请参阅 GObject 获取完整的方法列表。

属性

Arrow.QuantileOptions:interpolation

当分位数位于两个数据点之间时使用的插值方法。

since: 9.0.0

Arrow.QuantileOptions:min-count

如果观察到的非空值少于此数量,则发出 null。

since: 9.0.0

Arrow.QuantileOptions:skip-nulls

如果为 true(默认值),则忽略空值。否则,如果任何值为 null,则发出 null。

since: 9.0.0

信号

GObject 继承的信号 (1)
GObject::notify

当对象的属性通过 g_object_set_property()、g_object_set() 等设置其值时,会在该对象上发出 notify 信号。

类结构

struct ArrowQuantileOptionsClass {
  GArrowFunctionOptionsClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GArrowFunctionOptionsClass
没有可用的描述。