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

Function round_int64

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

Source from the content-addressed store, hash-verified

226gdv_int32 round_int32(gdv_int32 num) { return num; }
227
228FORCE_INLINE
229gdv_int64 round_int64(gdv_int64 num) { return num; }
230
231// Lookup table to make the factorial function to execute faster
232// It is used because the range of values for the function is limited to [0!-20!]

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68