MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / writeException

Method writeException

src/Processors/Formats/Impl/XMLRowOutputFormat.cpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void XMLRowOutputFormat::writeException()
246{
247 writeCString("\t<exception>", *ostr);
248 writeXMLStringForTextElement(exception_message, *ostr);
249 writeCString("</exception>\n", *ostr);
250}
251
252void registerOutputFormatXML(FormatFactory & factory);
253void registerOutputFormatXML(FormatFactory & factory)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected