ParquetFixedLengthByteArrayStatistics

描述

class Parquet.FixedLengthByteArrayStatistics : Parquet.Statistics {
  parent_instance: GParquetStatistics
}
没有可用的描述。

实例方法

gparquet_fixed_length_byte_array_statistics_get_max
没有可用的描述。

since: 8.0.0

gparquet_fixed_length_byte_array_statistics_get_min
没有可用的描述。

since: 8.0.0

GParquetStatistics 继承的方法 (7)
gparquet_statistics_equal
没有可用的描述。

since: 8.0.0

gparquet_statistics_get_n_distinct_values
没有可用的描述。

since: 8.0.0

gparquet_statistics_get_n_nulls
没有可用的描述。

since: 8.0.0

gparquet_statistics_get_n_values
没有可用的描述。

since: 8.0.0

gparquet_statistics_has_min_max
没有可用的描述。

since: 8.0.0

gparquet_statistics_has_n_distinct_values
没有可用的描述。

since: 8.0.0

gparquet_statistics_has_n_nulls
没有可用的描述。

since: 8.0.0

GObject 继承的方法 (43)

请查看 GObject 以获取完整的方法列表。

属性

GParquetStatistics 继承的属性 (1)
Parquet.Statistics:statistics
没有可用的描述。

信号

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

当对象的属性通过 g_object_set_property(), g_object_set(), et al. 设置值时,会发出通知信号。

类结构

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