Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
FORCE_INLINE
226
gdv_int32 round_int32(gdv_int32 num) { return num; }
227
228
FORCE_INLINE
229
gdv_int64 round_int64(gdv_int64 num) { return num; }
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68