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

Function ParseCSVFlightsExample

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

Source from the content-addressed store, hash-verified

206}
207
208static void ParseCSVFlightsExample(
209 benchmark::State& state) { // NOLINT non-const reference
210 BenchmarkCSVParsing(state, flights_example, ParseOptions::Defaults());
211}
212
213static void ParseCSVVehiclesExample(
214 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