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

Method SetTuple

be/src/runtime/tuple-row.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void ALWAYS_INLINE SetTuple(int tuple_idx, Tuple* tuple) {
39 tuples_[tuple_idx] = tuple;
40 }
41
42 /// Create a deep copy of this TupleRow. DeepCopy will allocate from the pool.
43 TupleRow* DeepCopy(const std::vector<TupleDescriptor*>& descs, MemPool* pool) const {

Callers 9

GetNextMethod · 0.45
UnflattenTupleRowMethod · 0.45
TestRowBatchLimitsMethod · 0.45
CreateRowBatchMethod · 0.45
AddTuplesToRowBatchMethod · 0.45
DeepCopyMethod · 0.45
CreateRowBatchMethod · 0.45
CreateBatchMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestRowBatchLimitsMethod · 0.36
CreateRowBatchMethod · 0.36
AddTuplesToRowBatchMethod · 0.36
CreateRowBatchMethod · 0.36
CreateBatchMethod · 0.36
TEST_FFunction · 0.36