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

Method GetTuple

be/src/exec/scratch-tuple-batch.h:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 Tuple* GetTuple(int idx) const {
223 return reinterpret_cast<Tuple*>(tuple_mem + idx * tuple_byte_size);
224 }
225
226 uint8_t* CurrTuple() const { return tuple_mem + tuple_idx * tuple_byte_size; }
227 uint8_t* TupleEnd() const { return tuple_mem + num_tuples * tuple_byte_size; }

Callers 1

TryCompactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected