Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
regularize in datafusion_expr::window_frame - Rust
[go: Go Back, main page]

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.