Skip to main content

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

direction for this key.

Declared in ClikaRT/tables/table.h, line 220

nulls

null placement for this key.

Declared in ClikaRT/tables/table.h, line 221