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

Function TimestampConversionDefault

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

Source from the content-addressed store, hash-verified

133}
134
135static void TimestampConversionDefault(
136 benchmark::State& state) { // NOLINT non-const reference
137 auto parser = BuildISO8601Data(num_rows);
138 auto options = ConvertOptions::Defaults();
139 BenchmarkConversion(state, *parser, timestamp(TimeUnit::MILLI), options);
140}
141
142static void TimestampConversionStrptime(
143 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 4

BuildISO8601DataFunction · 0.85
BenchmarkConversionFunction · 0.85
DefaultsFunction · 0.50
timestampFunction · 0.50

Tested by

no test coverage detected