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

Method rowVector

bolt/vector/tests/utils/VectorMaker.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44RowVectorPtr VectorMaker::rowVector(const std::vector<VectorPtr>& children) {
45 std::vector<std::string> names;
46 for (int32_t i = 0; i < children.size(); ++i) {
47 names.push_back(fmt::format("c{}", i));
48 }
49
50 return rowVector(std::move(names), children);
51}
52
53RowVectorPtr VectorMaker::rowVector(
54 std::vector<std::string> childNames,

Callers 15

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
makeRowVectorMethod · 0.80
BENCHMARK_MULTIFunction · 0.80
TEST_PFunction · 0.80
TEST_PFunction · 0.80
timeFlatMethod · 0.80
mapToStructFunction · 0.80
TEST_FFunction · 0.80

Calls 6

ROWFunction · 0.85
sizeMethod · 0.45
push_backMethod · 0.45
resizeMethod · 0.45
typeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected