MCPcopy 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
130bool StringGetter::isRandom() const
131{
132 return std::holds_alternative<NumberGetter>(value);
133}
134
135void StringGetter::setSeed(uint64_t seed)
136{

Callers 2

initializeFromConfigMethod · 0.80
parseNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected