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

Method Call

cpp/src/arrow/compute/kernels/base_arithmetic_internal.h:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126struct AbsoluteValue {
127 template <typename T, typename Arg>
128 static constexpr enable_if_floating_value<Arg, T> Call(KernelContext*, Arg arg,
129 Status*) {
130 return std::fabs(arg);
131 }
132
133 template <typename T, typename Arg>
134 static constexpr enable_if_unsigned_integer_value<Arg, T> Call(KernelContext*, Arg arg,

Callers

nothing calls this directly

Calls 2

SafeSignedNegateFunction · 0.85
AbsMethod · 0.80

Tested by

no test coverage detected