All Products
Search
Document Center

Data Lake Formation:ColumnStatisticsObj

Last Updated:Sep 08, 2025
ParameterTypeDescriptionExample
object

ColumnStatisticsObj

ColumnNamestring

The name of the field.

col1
ColumnTypestring

Field type, including array bigint binary boolean char date decimal double float int interval map set smallint string struct timestamp tinyint union varchar

int
ColumnStatisticsDataobject

The statistics on the field.

StatisticsDatastring

The statistical results of the field.

{"numNulls":0,"numTrues":1,"numFalses":5}
StatisticsTypestring

Statistics type: BOOLEAN_STATS,LONG_STATS,DOUBLE_STATS,STRING_STATS,BINARY_STATS,DECIMAL_STATS, and DATE_STATS

BOOLEAN_STATS