Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Warn
Method
Warn
cpp/src/arrow/status.cc:183–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
void Status::Warn() const { ARROW_LOG(WARNING) << ToString(); }
184
185
void Status::Warn(const std::string& message) const {
186
ARROW_LOG(WARNING) << message <<
": "
<< ToString();
Callers
8
RequiredValueAlignmentForBuffer
Function · 0.80
operator()
Method · 0.80
MakeIOThreadPool
Function · 0.80
~BatchConverter
Method · 0.80
IsAtForkEnabled
Function · 0.80
ReceiveSignals
Method · 0.80
WithSignalHandlerContext
Method · 0.80
~WithoutSignalHandlerContext
Method · 0.80
Calls
1
ToString
Function · 0.70
Tested by
no test coverage detected