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

Method is_closed

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

Source from the content-addressed store, hash-verified

410 }
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(); }

Callers 2

CheckConsistencyFastMethod · 0.45
DebugStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected