名称 | 类型 | 描述 | 示例值 |
---|---|---|---|
object | ColumnStatisticsObj | ||
ColumnName | string | 字段名称 | col1 |
ColumnType | string | 字段类型,包括 array bigint binary boolean char date decimal double float int interval map set smallint string struct timestamp tinyint union varchar | int |
ColumnStatisticsData | object | 字段统计 | |
StatisticsData | string | 具体的统计结果 | {"numNulls":0,"numTrues":1,"numFalses":5} |
StatisticsType | string | 统计类型,包括 BOOLEAN_STATS,LONG_STATS,DOUBLE_STATS,STRING_STATS,BINARY_STATS,DECIMAL_STATS,DATE_STATS | BOOLEAN_STATS |
文档内容是否对您有帮助?