pub fn last_value<'a, V, E>(expr: E) -> WindowFnExpr<'a, V, E::SQLType, Null>where V: SQLParam + 'a, E: Expr<'a, V>,
LAST_VALUE(expr) — value of expr from the last row of the frame.
LAST_VALUE(expr)
Always nullable (frame boundaries affect result).