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

Method writeToFile

bolt/exec/tests/utils/HiveConnectorTestBase.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void HiveConnectorTestBase::writeToFile(
78 const std::string& filePath,
79 RowVectorPtr vector) {
80 writeToFile(filePath, std::vector{vector});
81}
82
83void HiveConnectorTestBase::writeToFile(
84 const std::string& filePath,

Callers

nothing calls this directly

Calls 7

addAggregateChildMethod · 0.80
writeToFileFunction · 0.50
typeMethod · 0.45
getMethod · 0.45
sizeMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected