Skip to content

Commit 18d3784

Browse files
committed
fix docs
1 parent f2c3402 commit 18d3784

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

parquet/src/file/metadata/options.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ impl ParquetMetaDataOptions {
102102

103103
/// Returns whether to skip decoding the `encoding_stats` in the `ColumnMetaData`
104104
/// for the column indexed by `col_index`.
105-
///
106-
/// `true` means at least some columns will have their stats skipped.
107105
pub fn skip_encoding_stats(&self, col_index: usize) -> bool {
108106
self.skip_encoding_stats
109107
.as_ref()

0 commit comments

Comments
 (0)