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

Method GetTableHistory

be/src/service/frontend.cc:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301Status Frontend::GetTableHistory(const TDescribeHistoryParams& params,
302 TGetTableHistoryResult* result) {
303 return JniUtil::CallJniMethod(fe_, get_table_history_id_, params, result);
304}
305
306Status Frontend::GetPrincipalPrivileges(const TShowGrantPrincipalParams& params,
307 TResultSet* result) {

Callers 1

ExecLocalCatalogOpMethod · 0.80

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected