Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
namespace bytedance::bolt::core {
47
48
namespace {
49
50
void appendComma(int32_t i, std::stringstream& sql) {
51
if (i > 0) {
52
sql <<
", "
;
53
}
54
}
55
Callers
4
addFields
Function · 0.70
addKeys
Function · 0.70
addSortingKeys
Function · 0.70
addDetails
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected