Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ appendComma
Function
appendComma
bolt/exec/fuzzer/PrestoQueryRunner.cpp:194–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
namespace {
193
194
void appendComma(int32_t i, std::stringstream& sql) {
195
if (i > 0) {
196
sql <<
", "
;
197
}
198
}
199
200
std::string toTypeSql(const TypePtr& type) {
201
switch (type->kind()) {
Callers
5
toTypeSql
Function · 0.70
toCallInputsSql
Function · 0.70
toAggregateCallSql
Function · 0.70
toSql
Method · 0.70
executeVector
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected