MCPcopy 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
183void Status::Warn() const { ARROW_LOG(WARNING) << ToString(); }
184
185void Status::Warn(const std::string& message) const {
186 ARROW_LOG(WARNING) << message << ": " << ToString();

Callers 8

operator()Method · 0.80
MakeIOThreadPoolFunction · 0.80
~BatchConverterMethod · 0.80
IsAtForkEnabledFunction · 0.80
ReceiveSignalsMethod · 0.80

Calls 1

ToStringFunction · 0.70

Tested by

no test coverage detected