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

Method read

bolt/exec/SortedAggregations.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void read(folly::Range<char**> rows) {
76 auto stream = HashStringAllocator::prepareRead(firstBlock);
77
78 for (auto i = 0; i < size; ++i) {
79 rows[i] = reinterpret_cast<char*>(stream->read<uintptr_t>());
80 }
81 }
82};
83} // namespace
84

Callers 2

extractForSpillMethod · 0.45
extractValuesMethod · 0.45

Calls 1

prepareReadFunction · 0.85

Tested by

no test coverage detected