| 831 | SQLiteFlightSqlServer::~SQLiteFlightSqlServer() = default; |
| 832 | |
| 833 | Status SQLiteFlightSqlServer::ExecuteSql(const std::string& sql) { |
| 834 | return impl_->ExecuteSql(sql); |
| 835 | } |
| 836 | |
| 837 | arrow::Result<std::unique_ptr<FlightInfo>> SQLiteFlightSqlServer::GetFlightInfoStatement( |
| 838 | const ServerCallContext& context, const StatementQuery& command, |
no outgoing calls