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

Function BM_RowArray_Decode

cpp/src/arrow/acero/hash_join_benchmark.cc:699–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699static void BM_RowArray_Decode(benchmark::State& st,
700 const std::shared_ptr<DataType>& type) {
701 SchemaBuilder schema_builder;
702 DCHECK_OK(schema_builder.AddField(field("", type)));
703 auto schema = *schema_builder.Finish();
704 RowArrayDecodeBenchmark(st, schema, 0);
705}
706
707BENCHMARK_CAPTURE(BM_RowArray_Decode, "boolean", boolean());
708BENCHMARK_CAPTURE(BM_RowArray_Decode, "int8", int8());

Callers

nothing calls this directly

Calls 4

RowArrayDecodeBenchmarkFunction · 0.85
fieldFunction · 0.50
AddFieldMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected