Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ AreQueryHooksEnabled
Method
AreQueryHooksEnabled
be/src/service/impala-server.cc:744–746 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
742
}
743
744
bool ImpalaServer::AreQueryHooksEnabled() {
745
return !FLAGS_query_event_hook_classes.empty();
746
}
747
748
Status ImpalaServer::InitLineageLogging() {
749
if (!IsLineageLoggingEnabled()) {
Callers
2
LogQueryEvents
Method · 0.80
LogLineageRecord
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected