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

Function ParseCSVVehiclesExample

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

Source from the content-addressed store, hash-verified

211}
212
213static void ParseCSVVehiclesExample(
214 benchmark::State& state) { // NOLINT non-const reference
215 auto options = ParseOptions::Defaults();
216 options.quoting = true;
217 options.escaping = false;
218
219 BenchmarkCSVParsing(state, vehicles_example, options);
220}
221
222static void ParseCSVStocksExample(
223 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 2

BenchmarkCSVParsingFunction · 0.85
DefaultsFunction · 0.50

Tested by

no test coverage detected