Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
class 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
DeepCopy
Method · 0.95
AppendRow
Method · 0.45
AddRow
Method · 0.45
AddBatchInternal
Method · 0.45
TestRowBatchInternal
Method · 0.45
TEST_F
Function · 0.45
GetNextBatch
Method · 0.45
ReadStream
Method · 0.45
ReadStreamMerging
Method · 0.45
Deserialize
Method · 0.45
SerializeInternal
Method · 0.45
TotalByteSize
Method · 0.45
Calls
no outgoing calls
Tested by
10
TestRowBatchInternal
Method · 0.36
TEST_F
Function · 0.36
GetNextBatch
Method · 0.36
ReadStream
Method · 0.36
ReadStreamMerging
Method · 0.36
AppendRowTuples
Method · 0.36
TestAttachMemory
Method · 0.36
VerifyReadWriteBatch
Method · 0.36
TEST_F
Function · 0.36
WriteStringRow
Method · 0.36