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

Method tuple_data_pool

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

Source from the content-addressed store, hash-verified

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

Callers 15

GetNextMethod · 0.80
ResetMethod · 0.80
FinalizeTupleTransferMethod · 0.80
TryCompactMethod · 0.80
MaterializeExprsMethod · 0.80
GetNextUnpartitionedMethod · 0.80
ResetMethod · 0.80
FOREACH_ROW_LIMITFunction · 0.80
CreateNullTupleMethod · 0.80
GetSingletonOutputMethod · 0.80
EnqueueBatchMethod · 0.80

Calls

no outgoing calls

Tested by 10

CreateRowBatchMethod · 0.64
TEST_FFunction · 0.64
TestRowBatchLimitsMethod · 0.64
CreateRowBatchMethod · 0.64
TestDupCorrectnessMethod · 0.64
TestDupRemovalMethod · 0.64
TestConsecutiveNullsMethod · 0.64
TEST_FFunction · 0.64
CreateRowBatchMethod · 0.64
CreateBatchMethod · 0.64