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

Function writeObjectStart

src/Formats/JSONUtils.cpp:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 }
344
345 void writeObjectStart(WriteBuffer & out, size_t indent, const char * title)
346 {
347 if (title)
348 writeTitle(title, out, indent, "\n");
349 writeChar('\t', indent, out);
350 writeCString("{\n", out);
351 }
352
353 void writeCompactObjectStart(WriteBuffer & out, size_t indent, const char * title)
354 {

Callers 14

writePrefixMethod · 0.85
writeChunkStartMethod · 0.85
consumeExtremesMethod · 0.85
writeExtremesElementMethod · 0.85
consumeTotalsMethod · 0.85
writeChunkStartMethod · 0.85
writePrefixMethod · 0.85
writeBeforeTotalsMethod · 0.85
writeBeforeExtremesMethod · 0.85
writeExtremesElementMethod · 0.85
writePrefixMethod · 0.85

Calls 2

writeTitleFunction · 0.85
writeCharFunction · 0.85

Tested by

no test coverage detected