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