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

Function IsDot

cpp/src/arrow/util/decimal.cc:802–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800inline bool IsSign(char c) { return c == '-' || c == '+'; }
801
802inline bool IsDot(char c) { return c == '.'; }
803
804inline bool IsDigit(char c) { return c >= '0' && c <= '9'; }
805

Callers 1

ParseDecimalComponentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected