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

Method len

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

Source from the content-addressed store, hash-verified

433 attached_to_output_batch(src.attached_to_output_batch) {}
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) {

Callers 1

BytesPinnedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected