Function datafusion::functions_aggregate::expr_fn::first_value
source ยท pub fn first_value(expression: Expr, order_by: Option<Vec<Expr>>) -> Expr
Expand description
Returns the first value in a group of values.