| 74 | } |
| 75 | |
| 76 | void SerializationSet::deserializeTextJSON(IColumn & , ReadBuffer & , const FormatSettings &) const |
| 77 | { |
| 78 | throw Exception("Deserialization type doesn't support deserializeTextJSON", ErrorCodes::NOT_IMPLEMENTED); |
| 79 | } |
| 80 | |
| 81 | void SerializationSet::serializeBinary(const Field & , WriteBuffer & ) const |
| 82 | { |
no test coverage detected