MCPcopy Create free account
hub / github.com/apache/impala / ~StoreTask

Method ~StoreTask

be/src/runtime/io/data-cache.cc:583–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581 cache_(cache) { }
582
583 ~StoreTask() { cache_->CompleteStoreTask(*this); }
584
585 const CacheKey& key() const { return key_; }
586 const uint8_t* buffer() const { return buffer_.get(); }

Callers

nothing calls this directly

Calls 1

CompleteStoreTaskMethod · 0.80

Tested by

no test coverage detected