MCPcopy Create free account
hub / github.com/alibaba/GraphScope / initLongData

Function initLongData

analytical_engine/test/graphx_loader_test.cc:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void initLongData(std::vector<int64_t>& result, int cnt) {
52 for (int i = 0; i < cnt; ++i) {
53 result.push_back(i);
54 }
55}
56void initStringData(std::vector<char>& result, std::vector<int32_t>& offset,
57 int cnt) {
58 offset.resize(cnt);

Callers 1

mainFunction · 0.85

Calls 1

push_backMethod · 0.65

Tested by

no test coverage detected