Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MoveSingleCellImpl
Method · 0.80
FillInArray
Function · 0.80
ToReal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected