MCPcopy Create free account
hub / github.com/apache/arrow / GetBytesForSchema

Function GetBytesForSchema

cpp/src/arrow/dataset/scanner_benchmark.cc:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99size_t GetBytesForSchema() { return sizeof(int32_t) + sizeof(bool); }
100
101void MinimalEndToEndScan(
102 size_t num_batches, size_t batch_size, const std::string& factory_name,

Callers 2

MinimalEndToEndBenchFunction · 0.85
ScanOnlyBenchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected