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

Method bytes_unpinned

be/src/runtime/buffered-tuple-stream.h:408–410  ·  view source on GitHub ↗

Returns the number of bytes currently unpinned by the stream.

Source from the content-addressed store, hash-verified

406
407 /// Returns the number of bytes currently unpinned by the stream.
408 int64_t bytes_unpinned() const {
409 return bytes_unpinned_;
410 }
411
412 bool is_closed() const { return closed_; }
413 bool is_pinned() const { return pinned_; }

Callers 4

VerifyStreamStateMethod · 0.80
AddBatchMethod · 0.80
IsFullMethod · 0.80

Calls

no outgoing calls

Tested by 2

VerifyStreamStateMethod · 0.64