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

Function IsNegative

cpp/src/arrow/util/basic_decimal.h:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 int64_t Sign() const { return 1 | (value_ >> (kBitWidth - 1)); }
228
229 bool IsNegative() const { return value_ < 0; }
230
231 explicit operator bool() const { return value_ != 0; }
232

Callers 1

ToIntegerStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected