Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IsDigit
Function
IsDigit
cpp/src/arrow/util/decimal.cc:804–804 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
802
inline bool IsDot(char c) { return c ==
'.'
; }
803
804
inline bool IsDigit(char c) { return c >=
'0'
&& c <=
'9'
; }
805
806
inline bool StartsExponent(char c) { return c ==
'e'
|| c ==
'E'
; }
807
Callers
1
ParseDigitsRun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected