refactor: update delorean_segment_store/src/column.rs

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Edd Robinson 2020-11-06 15:21:06 +00:00 committed by GitHub
parent fb877a28de
commit 0d6ecae209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ impl Column {
0
}
/// Returns the (min, max) values stored in this column
pub fn column_range(&self) -> Option<(Value<'_>, Value<'_>)> {
match &self {
Column::String(meta, _) => match &meta.range {