MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getRandomASCIIString

Function getRandomASCIIString

src/Common/getRandomASCIIString.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7
8String getRandomASCIIString(size_t length)
9{
10 return getRandomASCIIString(length, thread_local_rng);
11}
12
13String getRandomASCIIString(size_t length, pcg64 & rng)
14{

Callers 15

generateProcessingIDMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TEST_PFunction · 0.85
writePartMethod · 0.85
executeMethod · 0.85

Calls 1

resizeMethod · 0.45

Tested by 5

TESTFunction · 0.68
TESTFunction · 0.68
TEST_PFunction · 0.68
createMetadataStorageMethod · 0.68
generateNextKeyFunction · 0.68