Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ AddRow
Method
AddRow
be/src/runtime/row-batch.h:132–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
int ALWAYS_INLINE AddRow() { return AddRows(1); }
133
134
void ALWAYS_INLINE CommitRows(int n) {
135
DCHECK_GE(n, 0);
Callers
15
GetNext
Method · 0.45
TestRowBatchLimits
Method · 0.45
CreateRowBatch
Method · 0.45
AddTuplesToRowBatch
Method · 0.45
TEST
Function · 0.45
FilterDebugString
Method · 0.45
CreateRowBatch
Method · 0.45
TestValues
Method · 0.45
TestIntValuesInterleaved
Method · 0.45
TestUnpinPin
Method · 0.45
TestTransferMemory
Method · 0.45
TestAttachMemory
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestRowBatchLimits
Method · 0.36
CreateRowBatch
Method · 0.36
AddTuplesToRowBatch
Method · 0.36
TEST
Function · 0.36
CreateRowBatch
Method · 0.36
TestValues
Method · 0.36
TestIntValuesInterleaved
Method · 0.36
TestUnpinPin
Method · 0.36
TestTransferMemory
Method · 0.36
TestAttachMemory
Method · 0.36
AppendToReadWriteStream
Method · 0.36
TEST_F
Function · 0.36