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

Method current_offset

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

Source from the content-addressed store, hash-verified

352 bool allow_append() const { return allow_append_; }
353
354 int64_t current_offset() const { return current_offset_.Load(); }
355
356 private:
357 /// Full path of the backing file in the local storage.

Callers 1

DumpCacheFilesMethod · 0.80

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected