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

Function ParseCSVStocksExample

cpp/src/arrow/csv/parser_benchmark.cc:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222static void ParseCSVStocksExample(
223 benchmark::State& state) { // NOLINT non-const reference
224 BenchmarkCSVParsing(state, stocks_example, ParseOptions::Defaults());
225}
226
227BENCHMARK(ChunkCSVQuotedBlock);
228BENCHMARK(ChunkCSVEscapedBlock);

Callers

nothing calls this directly

Calls 2

BenchmarkCSVParsingFunction · 0.85
DefaultsFunction · 0.50

Tested by

no test coverage detected