We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c3402 commit 18d3784Copy full SHA for 18d3784
parquet/src/file/metadata/options.rs
@@ -102,8 +102,6 @@ impl ParquetMetaDataOptions {
102
103
/// Returns whether to skip decoding the `encoding_stats` in the `ColumnMetaData`
104
/// for the column indexed by `col_index`.
105
- ///
106
- /// `true` means at least some columns will have their stats skipped.
107
pub fn skip_encoding_stats(&self, col_index: usize) -> bool {
108
self.skip_encoding_stats
109
.as_ref()
0 commit comments