MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / SubBatchRequestQuery

Method SubBatchRequestQuery

src/client/tablet_client.cc:1461–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459 callback->GetResponse().get(), callback);
1460}
1461bool TabletClient::SubBatchRequestQuery(const ::fedb::api::SQLBatchRequestQueryRequest& request,
1462 fedb::RpcCallback<fedb::api::SQLBatchRequestQueryResponse>* callback) {
1463 if (callback == nullptr) {
1464 return false;
1465 }
1466 return client_.SendRequest(&::fedb::api::TabletServer_Stub::SQLBatchRequestQuery,
1467 callback->GetController().get(), &request,
1468 callback->GetResponse().get(), callback);
1469}
1470
1471bool TabletClient::CallSQLBatchRequestProcedure(const std::string& db, const std::string& sp_name,
1472 std::shared_ptr<::fedb::sdk::SQLRequestRowBatch> row_batch,

Callers 1

SubQueryMethod · 0.45

Calls 2

SendRequestMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected