MCPcopy Create free account
hub / github.com/ByConity/ByConity / hasSortingKey

Method hasSortingKey

src/Storages/StorageInMemoryMetadata.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596bool StorageInMemoryMetadata::hasSortingKey() const
597{
598 return !sorting_key.column_names.empty();
599}
600
601Names StorageInMemoryMetadata::getColumnsRequiredForSortingKey() const
602{

Callers 10

getInputOrderMethod · 0.80
restoreMethod · 0.80
writeTempPartMethod · 0.80
checkAlterIsPossibleMethod · 0.80
checkPropertiesMethod · 0.80
checkTTLExpressionsMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected