Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IsSign
Function
IsSign
cpp/src/arrow/util/decimal.cc:800–800 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
798
};
799
800
inline bool IsSign(char c) { return c ==
'-'
|| c ==
'+'
; }
801
802
inline bool IsDot(char c) { return c ==
'.'
; }
803
Callers
1
ParseDecimalComponents
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected