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

Method GetSqlite3Stmt

cpp/src/arrow/flight/sql/example/sqlite_statement.cc:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169sqlite3_stmt* SqliteStatement::GetSqlite3Stmt() const { return stmt_; }
170
171arrow::Result<int64_t> SqliteStatement::ExecuteUpdate() {
172 while (true) {

Callers 5

ReadNextMethod · 0.80
ReadNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected