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

Method GetTuple

be/src/runtime/tuple-row.h:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32class TupleRow {
33 public:
34 Tuple* ALWAYS_INLINE GetTuple(int tuple_idx) const {
35 return tuples_[tuple_idx];
36 }
37
38 void ALWAYS_INLINE SetTuple(int tuple_idx, Tuple* tuple) {
39 tuples_[tuple_idx] = tuple;

Callers 15

DeepCopyMethod · 0.95
AppendRowMethod · 0.45
AddRowMethod · 0.45
AddBatchInternalMethod · 0.45
TestRowBatchInternalMethod · 0.45
TEST_FFunction · 0.45
GetNextBatchMethod · 0.45
ReadStreamMethod · 0.45
ReadStreamMergingMethod · 0.45
DeserializeMethod · 0.45
SerializeInternalMethod · 0.45
TotalByteSizeMethod · 0.45

Calls

no outgoing calls

Tested by 10

TestRowBatchInternalMethod · 0.36
TEST_FFunction · 0.36
GetNextBatchMethod · 0.36
ReadStreamMethod · 0.36
ReadStreamMergingMethod · 0.36
AppendRowTuplesMethod · 0.36
TestAttachMemoryMethod · 0.36
VerifyReadWriteBatchMethod · 0.36
TEST_FFunction · 0.36
WriteStringRowMethod · 0.36