| 577 | } |
| 578 | |
| 579 | Names StorageInMemoryMetadata::getSortingKeyColumns() const |
| 580 | { |
| 581 | if (hasSortingKey()) |
| 582 | return sorting_key.column_names; |
| 583 | return {}; |
| 584 | } |
| 585 | |
| 586 | std::vector<bool> StorageInMemoryMetadata::getSortingKeyReverseFlags() const |
| 587 | { |
no outgoing calls
no test coverage detected