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

Function CommonNumeric

cpp/src/arrow/compute/kernels/codegen_internal.cc:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162TypeHolder CommonNumeric(const std::vector<TypeHolder>& types) {
163 return CommonNumeric(types.data(), types.size());
164}
165
166TypeHolder CommonNumeric(const TypeHolder* begin, size_t count) {
167 DCHECK_GT(count, 0) << "tried to find CommonNumeric type of an empty set";

Callers 10

DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85

Calls 8

NextPower2Function · 0.85
is_floatingFunction · 0.50
is_integerFunction · 0.50
is_signed_integerFunction · 0.50
bit_widthFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected