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

Method comma

src/Common/JSONParsers/SimdJSONParser.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22public:
23 explicit SimdJSONBasicFormatter(PaddedPODArray<UInt8> & buffer_) : buffer(buffer_) {}
24 void comma() { oneChar(','); }
25 /** Start an array, prints [ **/
26 void startArray() { oneChar('['); }
27 /** End an array, prints ] **/

Callers 3

appendMethod · 0.45
CONV_FNFunction · 0.45
OffsetStatementToStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected