File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
encodings/datetime-parts/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ use vortex_array::ArrayHash;
1212use vortex_array:: ArrayRef ;
1313use vortex_array:: Canonical ;
1414use vortex_array:: DeserializeMetadata ;
15- use vortex_array:: IntoArray ;
1615use vortex_array:: Precision ;
1716use vortex_array:: ProstMetadata ;
1817use vortex_array:: SerializeMetadata ;
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ use crate::DateTimePartsVTable;
2020pub ( 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 ) ]
2426struct DTPFilterPushDownRule ;
2527
You can’t perform that action at this time.
0 commit comments