| 109 | } |
| 110 | |
| 111 | void SerializationSet::deserializeTextQuoted(IColumn & , ReadBuffer & , const FormatSettings &) const |
| 112 | { |
| 113 | throw Exception("Deserialization type doesn't support deserializeTextQuoted", ErrorCodes::NOT_IMPLEMENTED); |
| 114 | } |
| 115 | |
| 116 | |
| 117 | void SerializationSet::serializeTextXML(const IColumn & , size_t , WriteBuffer & , const FormatSettings &) const |
no test coverage detected