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

Method DebugDumpEnabled

be/src/runtime/tuple-cache-mgr.h:154–154  ·  view source on GitHub ↗

Return whether debug dumping is enabled.

Source from the content-addressed store, hash-verified

152
153 /// Return whether debug dumping is enabled.
154 bool DebugDumpEnabled() const { return cache_debug_dump_dir_ != ""; }
155
156 /// Store, retrieve or remove the metadata of the stored tuple cache for correctness
157 /// verification.

Callers 3

OpenMethod · 0.80
GetNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected