MCPcopy Create free account
hub / github.com/apache/arrow / HasError

Method HasError

cpp/src/arrow/flight/sql/odbc/odbc_impl/diagnostics.h:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 inline bool HasWarning() const { return !warning_records_.empty(); }
94
95 inline bool HasError() const { return !error_records_.empty(); }
96
97 OdbcVersion GetOdbcVersion() const;
98

Callers 1

ExecuteMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected