MCPcopy Create free account
hub / github.com/ByConity/ByConity / tryGetAsyncQueryStatus

Method tryGetAsyncQueryStatus

src/Catalog/Catalog.cpp:6789–6792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6787 }
6788
6789 bool Catalog::tryGetAsyncQueryStatus(const String & id, Protos::AsyncQueryStatus & status) const
6790 {
6791 return meta_proxy->tryGetAsyncQueryStatus(name_space, id, status);
6792 }
6793
6794 std::vector<Protos::AsyncQueryStatus> Catalog::getIntermidiateAsyncQueryStatuses() const
6795 {

Callers 2

fillDataMethod · 0.45
updateAsyncQueryStatusFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected