MCPcopy 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

SQLGetDiagFieldFunction · 0.80
SQLGetDiagRecFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected