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

Method RevertAppDescriptor

cpp/src/arrow/flight/sql/odbc/odbc_impl/odbc_statement.cc:715–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715void ODBCStatement::RevertAppDescriptor(bool isApd) {
716 if (isApd) {
717 current_apd_ = built_in_apd_.get();
718 } else {
719 current_ard_ = built_in_ard_.get();
720 }
721}
722
723void ODBCStatement::CloseCursor(bool suppress_errors) {
724 if (!suppress_errors && !current_result_) {

Callers 1

ReleaseDescriptorMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected