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

Method writeTotals

src/Processors/Formats/Impl/JSONRowOutputFormat.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void JSONRowOutputFormat::writeTotals(const Columns & columns, size_t row_num)
80{
81 JSONUtils::writeColumns(columns, names, serializations, row_num, yield_strings, settings, *ostr, 2);
82}
83
84void JSONRowOutputFormat::writeAfterTotals()
85{

Callers

nothing calls this directly

Calls 1

writeColumnsFunction · 0.85

Tested by

no test coverage detected