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

Function ChunkCSVFlightsExample

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

Source from the content-addressed store, hash-verified

130}
131
132static void ChunkCSVFlightsExample(
133 benchmark::State& state) { // NOLINT non-const reference
134 auto options = ParseOptions::Defaults();
135 options.newlines_in_values = true;
136
137 BenchmarkCSVChunking(state, flights_example, options);
138}
139
140static void ChunkCSVVehiclesExample(
141 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 2

BenchmarkCSVChunkingFunction · 0.85
DefaultsFunction · 0.50

Tested by

no test coverage detected