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

Method ClearRow

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

Source from the content-addressed store, hash-verified

335 }
336
337 void ClearRow(TupleRow* row) {
338 memset(row, 0, num_tuples_per_row_ * sizeof(Tuple*));
339 }
340
341 /// Acquires state from the 'src' row batch into this row batch. This includes all
342 /// buffers and tuple data.

Callers 2

GetNextMethod · 0.80
GetSingletonOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected