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

Function StartsExponent

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

Source from the content-addressed store, hash-verified

804inline bool IsDigit(char c) { return c >= '0' && c <= '9'; }
805
806inline bool StartsExponent(char c) { return c == 'e' || c == 'E'; }
807
808inline size_t ParseDigitsRun(const char* s, size_t start, size_t size,
809 std::string_view* out) {

Callers 1

ParseDecimalComponentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected