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

Method GetARD

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

Source from the content-addressed store, hash-verified

73 inline ODBCDescriptor* GetIRD() { return ird_.get(); }
74
75 inline ODBCDescriptor* GetARD() { return current_ard_; }
76
77 inline SQLULEN GetRowsetSize() { return rowset_size_; }
78

Callers 4

SQLFreeStmtFunction · 0.80
SQLFetchFunction · 0.80
SQLFetchScrollFunction · 0.80
SQLBindColFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected