Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SQLFreeStmt
Function · 0.80
SQLFetch
Function · 0.80
SQLFetchScroll
Function · 0.80
SQLBindCol
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected