enableStatistics property
A value that enables statistics for Parquet pages and row groups. Choose
true
to enable statistics, false
to disable.
Statistics include NULL
, DISTINCT
,
MAX
, and MIN
values. This parameter defaults to
true
. This value is used for .parquet file format only.
Implementation
final bool? enableStatistics;