datafusion_functions_aggregate::first_last

Function first_value

Source
pub fn first_value(expression: Expr, order_by: Option<Vec<SortExpr>>) -> Expr
Expand description

Returns the first value in a group of values.