MCPcopy 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
545void encodeDataType(const DataTypePtr & type, WriteBuffer & buf)
546{
547 encodeDataTypeImpl<false>(type, buf);
548}
549
550void encodeDataTypeForHashCalculation(const DataTypePtr & type, WriteBuffer & buf)
551{

Callers 15

serializeSetsMethod · 0.85
serializeHeaderFunction · 0.85
serializeMethod · 0.85
writePrefixMethod · 0.85
insertMethod · 0.85
writeMethod · 0.85
insertIntoSharedDataMethod · 0.85
serializeBinaryMethod · 0.85
checkFunction · 0.85

Calls 1

strMethod · 0.45

Tested by 1

checkFunction · 0.68