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

Function addFields

bolt/core/PlanNode.cpp:229–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 source,
228 isSortBased) {}
229
230namespace {
231void addFields(
232 std::stringstream& stream,
233 const std::vector<FieldAccessTypedExprPtr>& keys) {
234 for (auto i = 0; i < keys.size(); ++i) {
235 appendComma(i, stream);
236 stream << keys[i]->name();
237 }
238}
239

Callers 1

addDetailsMethod · 0.85

Calls 3

appendCommaFunction · 0.70
sizeMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected