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

Function Decimal128Conversion

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

Source from the content-addressed store, hash-verified

119}
120
121static void Decimal128Conversion(benchmark::State& state) { // NOLINT non-const reference
122 auto parser = BuildDecimal128Data(num_rows);
123 auto options = ConvertOptions::Defaults();
124
125 BenchmarkConversion(state, *parser, decimal128(24, 9), options);
126}
127
128static void StringConversion(benchmark::State& state) { // NOLINT non-const reference
129 auto parser = BuildStringData(num_rows);

Callers

nothing calls this directly

Calls 4

BuildDecimal128DataFunction · 0.85
BenchmarkConversionFunction · 0.85
DefaultsFunction · 0.50
decimal128Function · 0.50

Tested by

no test coverage detected