datafusion_functions_aggregate::nth_value

Function nth_value

Source
pub fn nth_value(expr: Expr, n: i64, order_by: Vec<SortExpr>) -> Expr
Expand description

Returns the nth value in a group of values.