Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ hasSamplingKey
Method
hasSamplingKey
src/Storages/StorageInMemoryMetadata.cpp:603–606 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
601
}
602
603
bool StorageInMemoryMetadata::hasSamplingKey() const
604
{
605
return !sampling_key.column_names.empty();
606
}
607
608
Names StorageInMemoryMetadata::getColumnsRequiredForSampling() const
609
{
Callers
4
validate
Method · 0.80
supportsSampling
Method · 0.80
getSampling
Method · 0.80
getTablePropertiesAndNormalizeCreateQuery
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected