MCPcopy 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

192namespace {
193
194void appendComma(int32_t i, std::stringstream& sql) {
195 if (i > 0) {
196 sql << ", ";
197 }
198}
199
200std::string toTypeSql(const TypePtr& type) {
201 switch (type->kind()) {

Callers 5

toTypeSqlFunction · 0.70
toCallInputsSqlFunction · 0.70
toAggregateCallSqlFunction · 0.70
toSqlMethod · 0.70
executeVectorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected