Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getUniqueKeyColumns
Method
getUniqueKeyColumns
src/Storages/StorageInMemoryMetadata.cpp:659–662 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
657
}
658
659
Names StorageInMemoryMetadata::getUniqueKeyColumns() const
660
{
661
return unique_key.column_names;
662
}
663
664
ASTPtr StorageInMemoryMetadata::getSettingsChanges() const
665
{
Callers
1
checkMutationIsPossible
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected