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
lag in datafusion::logical_expr::window_function - Rust
[go: Go Back, main page]

Function datafusion::logical_expr::window_function::lag

source ยท
pub fn lag(
    arg: Expr,
    shift_offset: Option<i64>,
    default_value: Option<ScalarValue>,
) -> Expr
Expand description

Create an expression to represent the lag window function