Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ IncludeInQueryLog
Method
IncludeInQueryLog
be/src/runtime/query-driver.cc:562–564 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
560
}
561
562
void QueryDriver::IncludeInQueryLog(const bool include) noexcept {
563
include_in_query_log_ = include;
564
}
565
566
bool QueryDriver::IncludedInQueryLog() const noexcept {
567
return include_in_query_log_;
Callers
1
Execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected