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

Function TupleCacheVerificationEnabled

be/src/exec/tuple-cache-node.cc:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52TupleCacheNode::~TupleCacheNode() = default;
53
54static bool TupleCacheVerificationEnabled(RuntimeState* state) {
55 DCHECK(state != nullptr);
56 return state->query_options().enable_tuple_cache_verification;
57}
58
59Status TupleCacheNode::Prepare(RuntimeState* state) {
60 RETURN_IF_ERROR(ExecNode::Prepare(state));

Callers 3

PrepareMethod · 0.85
OpenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected