| 823 | SQLiteFlightSqlServer::~SQLiteFlightSqlServer() = default; |
| 824 | |
| 825 | Status SQLiteFlightSqlServer::ExecuteSql(const std::string& sql) { |
| 826 | return impl_->ExecuteSql(sql); |
| 827 | } |
| 828 | |
| 829 | arrow::Result<std::unique_ptr<FlightInfo>> SQLiteFlightSqlServer::GetFlightInfoStatement( |
| 830 | const ServerCallContext& context, const StatementQuery& command, |
no outgoing calls