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

Function FloatConversion

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

Source from the content-addressed store, hash-verified

112}
113
114static void FloatConversion(benchmark::State& state) { // NOLINT non-const reference
115 auto parser = BuildFloatData(num_rows);
116 auto options = ConvertOptions::Defaults();
117
118 BenchmarkConversion(state, *parser, float64(), options);
119}
120
121static void Decimal128Conversion(benchmark::State& state) { // NOLINT non-const reference
122 auto parser = BuildDecimal128Data(num_rows);

Callers

nothing calls this directly

Calls 3

BuildFloatDataFunction · 0.85
BenchmarkConversionFunction · 0.85
DefaultsFunction · 0.50

Tested by

no test coverage detected