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

Method deserializeTextCSV

src/DataTypes/Serializations/SerializationSet.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void SerializationSet::deserializeTextCSV(IColumn & , ReadBuffer & , const FormatSettings & ) const
128{
129 throw Exception("Deserialization type doesn't support deserializeTextCSV", ErrorCodes::NOT_IMPLEMENTED);
130}
131}

Callers 3

deserializeFieldMethod · 0.45
readFieldMethod · 0.45
readFieldMethod · 0.45

Calls 1

ExceptionClass · 0.50

Tested by

no test coverage detected