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

Method RegisterSqlInfo

cpp/src/arrow/flight/sql/server.cc:1060–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058}
1059
1060void FlightSqlServerBase::RegisterSqlInfo(int32_t id, const SqlInfoResult& result) {
1061 sql_info_id_to_result_[id] = result;
1062}
1063
1064arrow::Result<std::unique_ptr<FlightDataStream>> FlightSqlServerBase::DoGetSqlInfo(
1065 const ServerCallContext& context, const GetSqlInfo& command) {

Callers 1

CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected