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

Function Int64Conversion

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

Source from the content-addressed store, hash-verified

105constexpr size_t num_rows = 10000;
106
107static void Int64Conversion(benchmark::State& state) { // NOLINT non-const reference
108 auto parser = BuildInt64Data(num_rows);
109 auto options = ConvertOptions::Defaults();
110
111 BenchmarkConversion(state, *parser, int64(), options);
112}
113
114static void FloatConversion(benchmark::State& state) { // NOLINT non-const reference
115 auto parser = BuildFloatData(num_rows);

Callers

nothing calls this directly

Calls 3

BuildInt64DataFunction · 0.85
BenchmarkConversionFunction · 0.85
DefaultsFunction · 0.50

Tested by

no test coverage detected