Skip to content

Commit

Permalink
Minor: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsherin committed Oct 11, 2024
1 parent 66c4f5e commit c25ba86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/functions-window/src/lead_lag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ impl WindowUDFImpl for WindowShift {
}
}
}

fn get_scalar_value_from_args(
args: &[Arc<dyn PhysicalExpr>],
index: usize,
Expand All @@ -208,6 +209,7 @@ fn get_scalar_value_from_args(
None
})
}

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

0 comments on commit c25ba86

Please sign in to comment.