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

Function StringConversion

cpp/src/arrow/csv/converter_benchmark.cc:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static void StringConversion(benchmark::State& state) { // NOLINT non-const reference
129 auto parser = BuildStringData(num_rows);
130 auto options = ConvertOptions::Defaults();
131
132 BenchmarkConversion(state, *parser, utf8(), options);
133}
134
135static void TimestampConversionDefault(
136 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 3

BuildStringDataFunction · 0.85
BenchmarkConversionFunction · 0.85
DefaultsFunction · 0.50

Tested by

no test coverage detected