Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ clear
Function
clear
src/Compression/CompressionCodecT64.cpp:365–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
363
364
template <typename T>
365
void clear(T * buf)
366
{
367
for (UInt32 i = 0; i < 64; ++i)
368
buf[i] = 0;
369
}
370
371
372
MULTITARGET_FUNCTION_X86_V4(
Callers
15
load
Method · 0.85
load
Method · 0.85
reset
Method · 0.85
open
Method · 0.85
run
Method · 0.85
~PriorityNotificationQueue
Method · 0.85
parseUnix
Method · 0.85
parseWindows
Method · 0.85
parseVMS
Method · 0.85
URI.cpp
File · 0.85
~TimedNotificationQueue
Method · 0.85
~NotificationQueue
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected