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