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

Method BuildTestDescriptorTable

be/src/service/frontend.cc:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427Status Frontend::BuildTestDescriptorTable(const TBuildTestDescriptorTableParams& params,
428 TDescriptorTable* result) {
429 return JniUtil::CallJniMethod(fe_, build_test_descriptor_table_id_, params, result);
430}
431
432// Call FE post-query execution hook
433Status Frontend::CallQueryCompleteHooks(const TQueryCompleteContext& context) {

Callers 1

BuildMethod · 0.80

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected