◆ SearchKeyFormat() [1/2]
SearchKeyFormat::SearchKeyFormat |
( |
std::vector< std::string > |
field_list, |
|
|
Schema * |
schema |
|
) |
| |
Constructor of SearchKeyFormat.
- Precondition
- Valid field_list and schema are provided.
- Postcondition
- The field_list and primary_key are initialized.
◆ SearchKeyFormat() [2/2]
SearchKeyFormat::SearchKeyFormat |
( |
std::vector< FieldId > |
field_list, |
|
|
Schema * |
schema |
|
) |
| |
Constructor of SearchKeyFormat.
- Precondition
- Valid field_list and schema are provided.
- Postcondition
- The field_list and primary_key are initialized.
◆ field_list
std::vector<FieldId> SearchKeyFormat::field_list |
|
private |
FieldIds of the fields that constitute the key
◆ schema
Schema* SearchKeyFormat::schema |
|
private |
The documentation for this class was generated from the following file: