Std.Db.Query.Shape.ascending
1 declaration
fn
ascending: Str -> Std.Db.Query.Shape.OrderingThis is a callable function.
What it does
Rows ordered by a column, with the ones holding nothing last.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
