Function datafusion_expr::window_function::nth_value
source ยท pub fn nth_value(arg: Expr, n: i64) -> Expr
Expand description
Create an expression to represent the nth_value
window function
pub fn nth_value(arg: Expr, n: i64) -> Expr
Create an expression to represent the nth_value
window function