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

Method ExecuteSql

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

Source from the content-addressed store, hash-verified

823SQLiteFlightSqlServer::~SQLiteFlightSqlServer() = default;
824
825Status SQLiteFlightSqlServer::ExecuteSql(const std::string& sql) {
826 return impl_->ExecuteSql(sql);
827}
828
829arrow::Result<std::unique_ptr<FlightInfo>> SQLiteFlightSqlServer::GetFlightInfoStatement(
830 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