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

Method GetIRD

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

Source from the content-addressed store, hash-verified

71 void RevertAppDescriptor(bool is_apd);
72
73 inline ODBCDescriptor* GetIRD() { return ird_.get(); }
74
75 inline ODBCDescriptor* GetARD() { return current_ard_; }
76

Callers 2

SQLColAttributeFunction · 0.80
SQLDescribeColFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected