MCPcopy Create free account
hub / github.com/ByConity/ByConity / deserializeTextJSON

Method deserializeTextJSON

src/DataTypes/Serializations/SerializationSet.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void SerializationSet::deserializeTextJSON(IColumn & , ReadBuffer & , const FormatSettings &) const
77{
78 throw Exception("Deserialization type doesn't support deserializeTextJSON", ErrorCodes::NOT_IMPLEMENTED);
79}
80
81void SerializationSet::serializeBinary(const Field & , WriteBuffer & ) const
82{

Callers 5

readJSONObjectMethod · 0.45
readFieldMethod · 0.45
deserializeFieldMethod · 0.45
readFieldMethod · 0.45
readFieldMethod · 0.45

Calls 1

ExceptionClass · 0.50

Tested by

no test coverage detected