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

Method IsDone

src/sdk/table_reader_impl.cc:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 bool IsDone() const override {
50 if (callback_) return callback_->IsDone();
51 return false;
52 }
53
54 std::shared_ptr<hybridse::sdk::ResultSet> GetResultSet(::hybridse::sdk::Status* status) override {
55 if (status == nullptr) {

Callers 1

isDoneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected