| 599 | } |
| 600 | |
| 601 | Names StorageInMemoryMetadata::getColumnsRequiredForSortingKey() const |
| 602 | { |
| 603 | if (hasSortingKey()) |
| 604 | return sorting_key.expression->getRequiredColumns(); |
| 605 | return {}; |
| 606 | } |
| 607 | |
| 608 | Names StorageInMemoryMetadata::getSortingKeyColumns() const |
| 609 | { |
no test coverage detected