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

Method addNewRow

bolt/exec/SortedAggregations.cpp:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void SortedAggregations::addNewRow(char* group, char* newRow) {
259 auto* accumulator = reinterpret_cast<RowPointers*>(group + offset_);
260 RowSizeTracker<char, uint32_t> tracker(group[rowSizeOffset_], *allocator_);
261 accumulator->append(newRow, *allocator_);
262}
263
264void SortedAggregations::addSingleGroupInput(
265 char* group,

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected