Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ isRandom
Method
isRandom
programs/keeper-bench/Generator.cpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
bool StringGetter::isRandom() const
131
{
132
return std::holds_alternative<NumberGetter>(value);
133
}
134
135
void StringGetter::setSeed(uint64_t seed)
136
{
Callers
2
initializeFromConfig
Method · 0.80
parseNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected