Skip to content

Commit e97193f

Browse files
committed
u
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 3eb497d commit e97193f

File tree

1 file changed

+0
-3
lines changed
  • encodings/datetime-parts/src/compute

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ impl ArrayParentReduceRule<DateTimePartsVTable> for DTPComparisonPushDownRule {
144144
}
145145
}
146146

147-
/// Check if the scalar function is a comparison operation we can push down.
148-
fn is_comparison_op(parent: &ScalarFnArray) -> bool {}
149-
150147
/// Try to extract the days value from a constant timestamp.
151148
/// Returns None if the constant is not a timestamp or has non-zero seconds/subseconds.
152149
fn try_extract_days_constant(array: &ArrayRef) -> Option<i64> {

0 commit comments

Comments
 (0)