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

Method is_pinned

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

Source from the content-addressed store, hash-verified

411
412 bool is_closed() const { return closed_; }
413 bool is_pinned() const { return pinned_; }
414 // Returns true if there is an active embedded read iterator.
415 bool has_read_iterator() const { return read_it_.is_valid(); }
416 bool has_write_iterator() const { return has_write_iterator_; }

Callers 2

BytesPinnedMethod · 0.45
is_pinnedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected