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

Method TransferResourceOwnership

be/src/exec/row-batch-list.h:112–117  ·  view source on GitHub ↗

Transfers the resources of all contained row batches to `row_batch`.

Source from the content-addressed store, hash-verified

110
111 /// Transfers the resources of all contained row batches to `row_batch`.
112 void TransferResourceOwnership(RowBatch* row_batch) {
113 DCHECK(row_batch != NULL);
114 for (int i = 0; i < row_batches_.size(); ++i) {
115 row_batches_[i]->TransferResourceOwnership(row_batch);
116 }
117 }
118
119 /// Outputs a debug string containing the contents of the list.
120 std::string DebugString(const RowDescriptor& desc) {

Callers 15

GetNextMethod · 0.45
GetNextOutputBatchMethod · 0.45
GetNextPartitionedMethod · 0.45
GetNextMethod · 0.45
ResetMethod · 0.45
GetNextMethod · 0.45
ResetMethod · 0.45
GetNextMethod · 0.45
NextProbeRowMethod · 0.45
GetNextMethod · 0.45
GetNextMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.36