Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ encodeDataType
Function
encodeDataType
src/DataTypes/DataTypesBinaryEncoding.cpp:545–548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
void encodeDataType(const DataTypePtr & type, WriteBuffer & buf)
546
{
547
encodeDataTypeImpl<false>(type, buf);
548
}
549
550
void encodeDataTypeForHashCalculation(const DataTypePtr & type, WriteBuffer & buf)
551
{
Callers
15
serializeSets
Method · 0.85
serializeHeader
Function · 0.85
serialize
Method · 0.85
writePrefix
Method · 0.85
insert
Method · 0.85
serializeValueIntoSharedVariant
Method · 0.85
serializeValueIntoArena
Method · 0.85
write
Method · 0.85
insertIntoSharedData
Method · 0.85
serializeBinaryBulkStatePrefix
Method · 0.85
serializeBinary
Method · 0.85
check
Function · 0.85
Calls
1
str
Method · 0.45
Tested by
1
check
Function · 0.68