Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetResultSet
Method
GetResultSet
cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_statement.cc:152–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
std::shared_ptr<ResultSet> FlightSqlStatement::GetResultSet() {
153
return current_result_set_;
154
}
155
156
int64_t FlightSqlStatement::GetUpdateCount() { return -1; }
157
Callers
5
TestBindColumn
Function · 0.80
TestGetData
Function · 0.80
TestBindColumnBigInt
Function · 0.80
ExecutePrepared
Method · 0.80
ExecuteDirect
Method · 0.80
Calls
no outgoing calls
Tested by
3
TestBindColumn
Function · 0.64
TestGetData
Function · 0.64
TestBindColumnBigInt
Function · 0.64