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

Function writeObjectEnd

src/Formats/JSONUtils.cpp:365–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364
365 void writeObjectEnd(WriteBuffer & out, size_t indent)
366 {
367 writeChar('\n', out);
368 writeChar('\t', indent, out);
369 writeChar('}', out);
370 }
371
372 void writeArrayStart(WriteBuffer & out, size_t indent, const char * title)
373 {

Callers 14

writeChunkEndMethod · 0.85
consumeExtremesMethod · 0.85
writeExtremesElementMethod · 0.85
consumeTotalsMethod · 0.85
finalizeImplMethod · 0.85
writeChunkEndMethod · 0.85
writeRowEndDelimiterMethod · 0.85
writeAfterTotalsMethod · 0.85
writeExtremesElementMethod · 0.85
writeAfterExtremesMethod · 0.85
finalizeImplMethod · 0.85
writeSuffixMethod · 0.85

Calls 1

writeCharFunction · 0.85

Tested by

no test coverage detected