| 801 | } |
| 802 | |
| 803 | Status ImpalaServer::AppendLineageEntry(const string& entry ) { |
| 804 | DCHECK(IsLineageLoggingEnabled()); |
| 805 | return lineage_logger_->AppendEntry(entry); |
| 806 | } |
| 807 | |
| 808 | Status ImpalaServer::GetRuntimeProfileOutput(const string& user, |
| 809 | const QueryHandle& query_handle, TRuntimeProfileFormat::type format, |
no test coverage detected