MCPcopy Create free account
hub / github.com/bytedance/bolt / appendComma

Function appendComma

bolt/core/PlanNode.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46namespace bytedance::bolt::core {
47
48namespace {
49
50void appendComma(int32_t i, std::stringstream& sql) {
51 if (i > 0) {
52 sql << ", ";
53 }
54}
55

Callers 4

addFieldsFunction · 0.70
addKeysFunction · 0.70
addSortingKeysFunction · 0.70
addDetailsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected