| 630 | } |
| 631 | |
| 632 | Names StorageInMemoryMetadata::getColumnsRequiredForSampling() const |
| 633 | { |
| 634 | if (hasSamplingKey()) |
| 635 | return sampling_key.expression->getRequiredColumns(); |
| 636 | return {}; |
| 637 | } |
| 638 | |
| 639 | const KeyDescription & StorageInMemoryMetadata::getPrimaryKey() const |
| 640 | { |
no test coverage detected