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

Method ExecuteSql

cpp/src/arrow/flight/sql/example/sqlite_server.cc:833–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

CreateMethod · 0.45
CreateTestTableMethod · 0.45
DropTestTableMethod · 0.45
DropAllDataTypeTableMethod · 0.45
CreateUnicodeTableMethod · 0.45
DropUnicodeTableMethod · 0.45

Calls

no outgoing calls

Tested by 6

CreateTestTableMethod · 0.36
DropTestTableMethod · 0.36
DropAllDataTypeTableMethod · 0.36
CreateUnicodeTableMethod · 0.36
DropUnicodeTableMethod · 0.36