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

Method allow_append

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

Source from the content-addressed store, hash-verified

350 bool closed() const { return file_ == nullptr; }
351
352 bool allow_append() const { return allow_append_; }
353
354 int64_t current_offset() const { return current_offset_.Load(); }
355

Callers 1

DumpCacheFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected