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

Method GetSlot

be/src/runtime/tuple.h:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 int64_t tuple_stride, uint8_t* tuple_mem);
301
302 void* GetSlot(int offset) {
303 DCHECK(offset != -1); // -1 offset indicates non-materialized slot
304 return reinterpret_cast<char*>(this) + offset;
305 }
306
307 const void* GetSlot(int offset) const {
308 DCHECK(offset != -1); // -1 offset indicates non-materialized slot

Callers 15

TestTuplesEqualMethod · 0.45
WriteCollectionMethod · 0.45
GetNextBatchMethod · 0.45
ReadStreamMethod · 0.45
ReadStreamMergingMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestTuplesEqualMethod · 0.36
GetNextBatchMethod · 0.36
ReadStreamMethod · 0.36
ReadStreamMergingMethod · 0.36
CreateBatchMethod · 0.36
AppendRowTuplesMethod · 0.36
FillMemMethod · 0.36