A sort_keys_t contains an instance of this for each key.
Definition at line 268 of file sort_s.h.
Public Member Functions | |
key_location_t () | |
key_location_t (const key_location_t &old) | |
bool | is_in_hdr () const |
Key is in record header. | |
Public Attributes | |
bool | _in_hdr |
Key is in record header. | |
smsize_t | _off |
Offset from start of header/body of start of key. | |
smsize_t | _length |
Length of key. |