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

Method AppendAuditEntry

be/src/service/impala-server.cc:798–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798Status ImpalaServer::AppendAuditEntry(const string& entry ) {
799 DCHECK(IsAuditEventLoggingEnabled());
800 return audit_event_logger_->AppendEntry(entry);
801}
802
803Status ImpalaServer::AppendLineageEntry(const string& entry ) {
804 DCHECK(IsLineageLoggingEnabled());

Callers 1

LogAuditRecordMethod · 0.80

Calls 1

AppendEntryMethod · 0.80

Tested by

no test coverage detected