Function datafusion_expr::window_frame::regularize
source · pub fn regularize(frame: WindowFrame, order_bys: usize) -> Result<WindowFrame>
Expand description
Construct equivalent explicit window frames for implicit corner cases. With this processing, we may assume in downstream code that RANGE/GROUPS frames contain an appropriate ORDER BY clause.