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

Method HandleStoreTask

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

Source from the content-addressed store, hash-verified

1482}
1483
1484void DataCache::HandleStoreTask(uint32_t thread_id, const StoreTaskHandle& task) {
1485 StoreInternal(task->key(), task->buffer(), task->buffer_len());
1486}
1487
1488bool DataCache::StoreInternal(const CacheKey& key, const uint8_t* buffer,
1489 int64_t buffer_len) {

Callers

nothing calls this directly

Calls 3

keyMethod · 0.45
bufferMethod · 0.45
buffer_lenMethod · 0.45

Tested by

no test coverage detected