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

Function decodeInPlace

bolt/exec/prefixsort/tests/utils/EncoderTestUtils.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void decodeInPlace(std::vector<int64_t>& data) {
53 for (auto i = 0; i < data.size(); i++) {
54 decodeNoNulls((char*)data.data() + i * sizeof(int64_t), data[i]);
55 }
56}
57
58} // namespace bytedance::bolt::exec::prefixsort::test

Callers 2

testQuickSortMethod · 0.85
TEST_FFunction · 0.85

Calls 3

decodeNoNullsFunction · 0.85
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected