MCPcopy Create free account
hub / github.com/apache/impala / LoadData

Method LoadData

be/src/service/frontend.cc:382–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382Status Frontend::LoadData(const TLoadDataReq& request, TLoadDataResp* response) {
383 return JniUtil::CallJniMethod(fe_, load_table_data_id_, request, response);
384}
385
386Status Frontend::addTransaction(const TQueryCtx& query_ctx) {
387 return JniUtil::CallJniMethod(fe_, add_txn_, query_ctx);

Callers 1

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected