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

Function ParseCSVEscapedBlock

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

Source from the content-addressed store, hash-verified

198}
199
200static void ParseCSVEscapedBlock(benchmark::State& state) { // NOLINT non-const reference
201 auto options = ParseOptions::Defaults();
202 options.quoting = false;
203 options.escaping = true;
204
205 BenchmarkCSVParsing(state, escaped_example, options);
206}
207
208static void ParseCSVFlightsExample(
209 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