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

Method fuzzInputRow

bolt/vector/fuzzer/VectorFuzzer.cpp:1303–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301}
1302
1303RowVectorPtr VectorFuzzer::fuzzInputRow(const RowTypePtr& rowType) {
1304 return fuzzRow(rowType, opts_.vectorSize, false);
1305}
1306
1307RowVectorPtr VectorFuzzer::fuzzInputFlatRow(const RowTypePtr& rowType) {
1308 std::vector<VectorPtr> children;

Callers 15

createVectorsMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
makeDataMethod · 0.45
TEST_FFunction · 0.45
DEBUG_ONLY_TEST_FFunction · 0.45
makeInputDataMethod · 0.45
runMethod · 0.45
DEBUG_ONLY_TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 15

createVectorsMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
DEBUG_ONLY_TEST_FFunction · 0.36
makeInputDataMethod · 0.36
runMethod · 0.36
DEBUG_ONLY_TEST_FFunction · 0.36
makeVectorsMethod · 0.36