Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jul 12, 2022
1 parent 680bb77 commit 2f961f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parquet/src/file/statistics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ impl fmt::Display for Statistics {
/// Typed implementation for [`Statistics`].
pub type TypedStatistics<T> = ValueStatistics<<T as DataType>::T>;

#[doc(hidden)]
/// Statistics for a particular [`ParquetValueType`]
#[derive(Clone, Eq, PartialEq)]
pub struct ValueStatistics<T> {
Expand Down

0 comments on commit 2f961f2

Please sign in to comment.