We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb497d commit e97193fCopy full SHA for e97193f
encodings/datetime-parts/src/compute/rules.rs
@@ -144,9 +144,6 @@ impl ArrayParentReduceRule<DateTimePartsVTable> for DTPComparisonPushDownRule {
144
}
145
146
147
-/// Check if the scalar function is a comparison operation we can push down.
148
-fn is_comparison_op(parent: &ScalarFnArray) -> bool {}
149
-
150
/// Try to extract the days value from a constant timestamp.
151
/// Returns None if the constant is not a timestamp or has non-zero seconds/subseconds.
152
fn try_extract_days_constant(array: &ArrayRef) -> Option<i64> {
0 commit comments