Skip to content

Commit 1427597

Browse files
committed
wip datetimeparts fixes
Signed-off-by: Joe Isaacs <[email protected]>
1 parent e45d2f9 commit 1427597

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

encodings/datetime-parts/src/array.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use vortex_array::ArrayHash;
1212
use vortex_array::ArrayRef;
1313
use vortex_array::Canonical;
1414
use vortex_array::DeserializeMetadata;
15-
use vortex_array::IntoArray;
1615
use vortex_array::Precision;
1716
use vortex_array::ProstMetadata;
1817
use vortex_array::SerializeMetadata;

encodings/datetime-parts/src/compute/rules.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ use crate::DateTimePartsVTable;
2020
pub(crate) const PARENT_RULES: ParentRuleSet<DateTimePartsVTable> =
2121
ParentRuleSet::new(&[ParentRuleSet::lift(&DTPFilterPushDownRule)]);
2222

23+
/// Push the filter into the days column of a date time parts, we could extend this to other fields
24+
/// but its less clear if that is beneficial.
2325
#[derive(Debug)]
2426
struct DTPFilterPushDownRule;
2527

0 commit comments

Comments
 (0)