MCPcopy 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
152std::shared_ptr<ResultSet> FlightSqlStatement::GetResultSet() {
153 return current_result_set_;
154}
155
156int64_t FlightSqlStatement::GetUpdateCount() { return -1; }
157

Callers 5

TestBindColumnFunction · 0.80
TestGetDataFunction · 0.80
TestBindColumnBigIntFunction · 0.80
ExecutePreparedMethod · 0.80
ExecuteDirectMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestBindColumnFunction · 0.64
TestGetDataFunction · 0.64
TestBindColumnBigIntFunction · 0.64