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

Method is_pinned

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

Source from the content-addressed store, hash-verified

434
435 inline int len() const { return handle.len(); }
436 inline bool is_pinned() const { return handle.is_pinned(); }
437 inline int pin_count() const { return handle.pin_count(); }
438 Status GetBuffer(const BufferPool::BufferHandle** buffer) {
439 RETURN_IF_ERROR(handle.GetBuffer(buffer));

Callers

nothing calls this directly

Calls 1

is_pinnedMethod · 0.45

Tested by

no test coverage detected