Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ HasWarning
Method
HasWarning
cpp/src/arrow/flight/sql/odbc/odbc_impl/diagnostics.h:93–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
inline bool HasWarning() const { return !warning_records_.empty(); }
94
95
inline bool HasError() const { return !error_records_.empty(); }
96
Callers
2
Execute
Method · 0.80
GetData
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected