Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Nov 18, 2023
1 parent 689a1d6 commit e31e23f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/statistics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ impl ColumnStatistics {
}
}

// TODO: Currently mapping exactly to proto.
// But we can replace with our own specific types
// if makes things easier (e.g. use a Decimal type
// instead of just string)
#[derive(Debug, Clone)]
pub enum TypeStatistics {
/// For TinyInt, SmallInt, Int and BigInt
Expand Down

0 comments on commit e31e23f

Please sign in to comment.