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

Function round_int32

cpp/src/gandiva/precompiled/extended_math_ops.cc:226–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225FORCE_INLINE
226gdv_int32 round_int32(gdv_int32 num) { return num; }
227
228FORCE_INLINE
229gdv_int64 round_int64(gdv_int64 num) { return num; }

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68