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