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

Function getExampleFilePath

bolt/exec/benchmarks/RowContainerSortBenchmark.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43namespace bytedance::bolt::test {
44namespace {
45std::string getExampleFilePath(const std::string& fileName) {
46 return test::getDataFilePath("../examples/" + fileName);
47}
48
49dwio::common::RowReaderOptions getReaderOpts(
50 const RowTypePtr& rowType,

Callers 1

getDataFromFileFunction · 0.70

Calls 1

getDataFilePathFunction · 0.50

Tested by

no test coverage detected