From 0d6ecae2091c949ca4272dca70fe240838665655 Mon Sep 17 00:00:00 2001 From: Edd Robinson Date: Fri, 6 Nov 2020 15:21:06 +0000 Subject: [PATCH] refactor: update delorean_segment_store/src/column.rs Co-authored-by: Andrew Lamb --- delorean_segment_store/src/column.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/delorean_segment_store/src/column.rs b/delorean_segment_store/src/column.rs index b88c4c9ef7..b9905499c3 100644 --- a/delorean_segment_store/src/column.rs +++ b/delorean_segment_store/src/column.rs @@ -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 {