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

Method LoadTable

src/client/ns_client.cc:847–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847bool NsClient::LoadTable(const std::string& name, const std::string& endpoint,
848 uint32_t pid,
849 const ::fedb::nameserver::ZoneInfo& zone_info,
850 const ::fedb::api::TaskInfo& task_info) {
851 return LoadTable(name, GetDb(), endpoint, pid, zone_info, task_info);
852}
853
854bool NsClient::LoadTable(const std::string& name, const std::string& db,
855 const std::string& endpoint, uint32_t pid,

Callers 1

HandleClientLoadTableFunction · 0.45

Calls 2

SendRequestMethod · 0.80
codeMethod · 0.80

Tested by

no test coverage detected