Function datafusion::functions_aggregate::first_last::last_value
source ยท pub fn last_value(
args: Vec<Expr>,
distinct: bool,
filter: Option<Box<Expr>>,
order_by: Option<Vec<Expr>>,
null_treatment: Option<NullTreatment>,
) -> Expr
Expand description
Returns the last value in a group of values.