Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ hasUniqueKey
Method
hasUniqueKey
src/Storages/StorageInMemoryMetadata.cpp:654–657 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
652
}
653
654
bool StorageInMemoryMetadata::hasUniqueKey() const
655
{
656
return !unique_key.column_names.empty();
657
}
658
659
Names StorageInMemoryMetadata::getUniqueKeyColumns() const
660
{
Callers
15
selectPartsToMerge
Method · 0.80
optimize
Method · 0.80
replacePartitionFrom
Method · 0.80
movePartitionToTable
Method · 0.80
getCheckTaskList
Method · 0.80
backupData
Method · 0.80
MergeTreeDataSelectExecutor
Method · 0.80
create
Function · 0.80
checkProperties
Method · 0.80
checkAlterIsPossible
Method · 0.80
checkMutationIsPossible
Method · 0.80
alterPartition
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected