MCPcopy 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
800inline bool IsSign(char c) { return c == '-' || c == '+'; }
801
802inline bool IsDot(char c) { return c == '.'; }
803

Callers 1

ParseDecimalComponentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected