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

Method deserializeTextCSV

src/DataTypes/Serializations/SerializationString.cpp:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353
354
355void SerializationString::deserializeTextCSV(IColumn & column, ReadBuffer & istr, const FormatSettings & settings) const
356{
357 read(column, [&](ColumnString::Chars & data) { readCSVStringInto(data, istr, settings.csv); });
358}
359
360/// serializeMemComparable guarantees the encoded value is in ascending order for comparison,
361/// encoding with the following rule:

Callers

nothing calls this directly

Calls 2

readCSVStringIntoFunction · 0.85
readFunction · 0.70

Tested by

no test coverage detected