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

Method num_buffers

be/src/runtime/row-batch.h:249–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 int num_tuples_per_row() { return num_tuples_per_row_; }
248 MemPool* tuple_data_pool() { return &tuple_data_pool_; }
249 int num_buffers() const { return buffers_.size(); }
250
251 MemPoolCounters GetMemPoolCounters() { return tuple_data_pool_.GetMemPoolCounters(); }
252

Callers 6

GetNextMethod · 0.80
SendMethod · 0.80
GetNextBatchMethod · 0.80
TestTransferMemoryMethod · 0.80
TestAttachMemoryMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 3

TestTransferMemoryMethod · 0.64
TestAttachMemoryMethod · 0.64