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

Function ChunkCSVStocksExample

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

Source from the content-addressed store, hash-verified

148}
149
150static void ChunkCSVStocksExample(
151 benchmark::State& state) { // NOLINT non-const reference
152 auto options = ParseOptions::Defaults();
153 options.newlines_in_values = true;
154
155 BenchmarkCSVChunking(state, stocks_example, options);
156}
157
158static void BenchmarkCSVParsing(benchmark::State& state, // NOLINT non-const reference
159 const std::string& csv, int32_t num_rows,

Callers

nothing calls this directly

Calls 2

BenchmarkCSVChunkingFunction · 0.85
DefaultsFunction · 0.50

Tested by

no test coverage detected