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

Method deserializeTextCSV

src/DataTypes/Serializations/SerializationObject.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125template <typename Parser>
126void SerializationObject<Parser>::deserializeTextCSV(IColumn & column, ReadBuffer & istr, const FormatSettings & settings) const
127{
128 deserializeTextImpl(column, [&](String & s) { readCSVStringInto(s, istr, settings.csv); });
129}
130
131template <typename Parser>
132template <typename TSettings>

Callers

nothing calls this directly

Calls 2

deserializeTextImplFunction · 0.85
readCSVStringIntoFunction · 0.85

Tested by

no test coverage detected