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

Function WriteCsvNumeric

cpp/src/arrow/csv/writer_benchmark.cc:114–117  ·  view source on GitHub ↗

Exercises UnQuotedColumnPopulator with integer

Source from the content-addressed store, hash-verified

112
113// Exercises UnQuotedColumnPopulator with integer
114void WriteCsvNumeric(benchmark::State& state) {
115 auto batch = MakeIntTestBatch(kCsvRows, kCsvCols, state.range(0));
116 BenchmarkWriteCsv(state, WriteOptions::Defaults(), *batch);
117}
118
119// Exercise QuotedColumnPopulator with string (without quote)
120void WriteCsvStringNoQuote(benchmark::State& state) {

Callers

nothing calls this directly

Calls 3

MakeIntTestBatchFunction · 0.85
BenchmarkWriteCsvFunction · 0.85
DefaultsFunction · 0.50

Tested by

no test coverage detected