SortEntry typedef

SortEntry = ({String column, bool descending})

One ORDER BY entry: a column and its direction.

Implementation

typedef SortEntry = ({String column, bool descending});