MCPcopy 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
562void QueryDriver::IncludeInQueryLog(const bool include) noexcept {
563 include_in_query_log_ = include;
564}
565
566bool QueryDriver::IncludedInQueryLog() const noexcept {
567 return include_in_query_log_;

Callers 1

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected