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

Method CopyRow

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

Source from the content-addressed store, hash-verified

311 void SetMemTracker(MemTracker* new_tracker);
312
313 void CopyRow(TupleRow* src, TupleRow* dest) {
314 memcpy(dest, src, num_tuples_per_row_ * sizeof(Tuple*));
315 }
316
317 /// Copies tuple pointers from another row batch. It is allowed for 'src' to have
318 /// less tuples per row - in this case the prefix is copied and remaining tuples are

Callers 15

GetNextMethod · 0.80
GetNextOutputBatchMethod · 0.80
GetNextUnpartitionedMethod · 0.80
AddRowMethod · 0.80
GetNextLeftSemiJoinMethod · 0.80
GetNextRightSemiJoinMethod · 0.80
GetNextMethod · 0.80
OutputBuildRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected