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

Method BatchQueryFutureImpl

src/sdk/sql_cluster_router.cc:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126class BatchQueryFutureImpl : public QueryFuture {
127 public:
128 explicit BatchQueryFutureImpl(
129 fedb::RpcCallback<fedb::api::SQLBatchRequestQueryResponse>* callback)
130 : callback_(callback) {
131 if (callback_) {
132 callback_->Ref();
133 }
134 }
135
136 ~BatchQueryFutureImpl() {
137 if (callback_) {

Callers

nothing calls this directly

Calls 1

RefMethod · 0.45

Tested by

no test coverage detected