MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getSortingKeyColumns

Method getSortingKeyColumns

src/Storages/StorageInMemoryMetadata.cpp:579–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 12

getInputOrderImplMethod · 0.80
generateMethod · 0.80
writeTempPartImplMethod · 0.80
checkPropertiesMethod · 0.80
createMergedStreamMethod · 0.80
applyFiltersMethod · 0.80
updateSortDescriptionMethod · 0.80
prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected