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
check_window_frame in datafusion_expr::window_frame - Rust
[go: Go Back, main page]

Function datafusion_expr::window_frame::check_window_frame

source ยท
pub fn check_window_frame(frame: &WindowFrame, order_bys: usize) -> Result<()>
Expand description

Checks if given window frame is valid. In particular, if the frame is RANGE with offset PRECEDING/FOLLOWING, it must have exactly one ORDER BY column.