ClikaRT::tables::Table::SortKey
struct
Header: ClikaRT/tables/table.h
One key of a multi-key sort (most significant first), with its own direction and null placement.
Data members
column
std::string_view column
the key column.
Declared in ClikaRT/tables/table.h, line 219
order
SortOrder order = SortOrder::Ascending
direction for this key.
Declared in ClikaRT/tables/table.h, line 220
nulls
NullOrder nulls = NullOrder::Last
null placement for this key.
Declared in ClikaRT/tables/table.h, line 221