Function datafusion::functions_aggregate::expr_fn::nth_value
source ยท pub fn nth_value(expr: Expr, n: i64, order_by: Vec<Sort>) -> Expr
Expand description
Returns the nth value in a group of values.
pub fn nth_value(expr: Expr, n: i64, order_by: Vec<Sort>) -> Expr
Returns the nth value in a group of values.