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

Method data_len

be/src/runtime/tmp-file-mgr.h:730–730  ·  view source on GitHub ↗

The length of the in-memory data written to disk in bytes, before any compression.

Source from the content-addressed store, hash-verified

728
729 /// The length of the in-memory data written to disk in bytes, before any compression.
730 int64_t data_len() const { return data_len_; }
731
732 /// The size of the data on disk (after compression) in bytes. Only valid to call if
733 /// Write() succeeds.

Callers 3

ReadAsyncMethod · 0.80
RestoreDataMethod · 0.80

Calls

no outgoing calls

Tested by 1