Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
596
bool StorageInMemoryMetadata::hasSortingKey() const
597
{
598
return !sorting_key.column_names.empty();
599
}
600
601
Names StorageInMemoryMetadata::getColumnsRequiredForSortingKey() const
602
{
Callers
10
mergePartsToTemporaryPartImpl
Method · 0.80
getInputOrder
Method · 0.80
checkAlterInCnchServer
Method · 0.80
restore
Method · 0.80
writeTempPart
Method · 0.80
writeProjectionPartImpl
Method · 0.80
checkAlterIsPossible
Method · 0.80
mergePartsToTemporaryPart
Method · 0.80
checkProperties
Method · 0.80
checkTTLExpressions
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected