| 606 | } |
| 607 | |
| 608 | Names StorageInMemoryMetadata::getSortingKeyColumns() const |
| 609 | { |
| 610 | if (hasSortingKey()) |
| 611 | return sorting_key.column_names; |
| 612 | return {}; |
| 613 | } |
| 614 | |
| 615 | const KeyDescription & StorageInMemoryMetadata::getSamplingKey() const |
| 616 | { |
no outgoing calls
no test coverage detected