MCPcopy 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

ExecuteMethod · 0.80
GetDataMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected