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

Function makeScanSpec

bolt/exec/benchmarks/RowContainerSortBenchmark.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59std::shared_ptr<bolt::common::ScanSpec> makeScanSpec(
60 const RowTypePtr& rowType) {
61 auto scanSpec = std::make_shared<bolt::common::ScanSpec>("");
62 scanSpec->addAllChildFields(*rowType);
63 return scanSpec;
64}
65
66bytedance::bolt::parquet::ParquetReader createReader(
67 const std::string& path,

Callers 1

getDataFromFileFunction · 0.70

Calls 1

addAllChildFieldsMethod · 0.80

Tested by

no test coverage detected