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

Function ChunkCSVVehiclesExample

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

Source from the content-addressed store, hash-verified

138}
139
140static void ChunkCSVVehiclesExample(
141 benchmark::State& state) { // NOLINT non-const reference
142 auto options = ParseOptions::Defaults();
143 options.quoting = true;
144 options.escaping = false;
145 options.newlines_in_values = true;
146
147 BenchmarkCSVChunking(state, vehicles_example, options);
148}
149
150static void ChunkCSVStocksExample(
151 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