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

Function garrow_decimal_abs

c_glib/arrow-glib/decimal.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231
232template <typename Decimal>
233void
234garrow_decimal_abs(typename DecimalConverter<Decimal>::GArrowType *decimal)
235{
236 DecimalConverter<Decimal> converter;
237 auto arrow_decimal = converter.get_raw(decimal);
238 arrow_decimal->Abs();
239}
240
241template <typename Decimal>
242void

Callers

nothing calls this directly

Calls 2

AbsMethod · 0.80
get_rawMethod · 0.45

Tested by

no test coverage detected