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

Method IsNegative

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

Source from the content-addressed store, hash-verified

133 }
134
135 bool IsNegative() const { return static_cast<int64_t>(array_[kHighWordIndex]) < 0; }
136
137 explicit operator bool() const { return array_ != WordArray{}; }
138

Callers 3

MoveSingleCellImplMethod · 0.80
FillInArrayFunction · 0.80
ToRealMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected