Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ ClearTuplePointers
Method
ClearTuplePointers
be/src/runtime/row-batch.h:333–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
void ClearTuplePointers() {
334
memset(tuple_ptrs_, 0, capacity_ * num_tuples_per_row_ * sizeof(Tuple*));
335
}
336
337
void ClearRow(TupleRow* row) {
338
memset(row, 0, num_tuples_per_row_ * sizeof(Tuple*));
Callers
2
GetNext
Method · 0.80
GetNext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected