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

Method SQLBatchRequestQuery

src/tablet/tablet_impl.cc:1698–1705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1696}
1697
1698void TabletImpl::SQLBatchRequestQuery(RpcController* ctrl, const fedb::api::SQLBatchRequestQueryRequest* request,
1699 fedb::api::SQLBatchRequestQueryResponse* response, Closure* done) {
1700 DLOG(INFO) << "handle query batch request begin!";
1701 brpc::ClosureGuard done_guard(done);
1702 brpc::Controller* cntl = static_cast<brpc::Controller*>(ctrl);
1703 butil::IOBuf& buf = cntl->response_attachment();
1704 return ProcessBatchRequestQuery(ctrl, request, response, buf);
1705}
1706void TabletImpl::ProcessBatchRequestQuery(
1707 RpcController* ctrl, const fedb::api::SQLBatchRequestQueryRequest* request,
1708 fedb::api::SQLBatchRequestQueryResponse* response, butil::IOBuf& buf) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected