Skip to content

Commit

Permalink
Temporarily quite clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsherin committed Oct 3, 2024
1 parent 5490860 commit f0c0e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/functions-window/src/lead_lag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ fn scalar_at(
};
Ok(value)
}
fn try_get_literal<'a>(
/*fn try_get_literal<'a>(
partition_evaluator_args: &'a PartitionEvaluatorArgs,
index: usize,
) -> Result<&'a ScalarValue> {
Expand Down Expand Up @@ -293,7 +293,7 @@ fn try_get_default_value(
_ => ScalarValue::try_from(return_type),
}
}

*/
#[derive(Debug)]
struct WindowShiftEvaluator {
shift_offset: i64,
Expand Down

0 comments on commit f0c0e72

Please sign in to comment.