Function datafusion_functions_aggregate::first_last::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.
pub fn first_value(expression: Expr, order_by: Option<Vec<Expr>>) -> Expr
Returns the first value in a group of values.