MCPcopy 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

GetNextMethod · 0.45
TestRowBatchLimitsMethod · 0.45
CreateRowBatchMethod · 0.45
AddTuplesToRowBatchMethod · 0.45
TESTFunction · 0.45
FilterDebugStringMethod · 0.45
CreateRowBatchMethod · 0.45
TestValuesMethod · 0.45
TestUnpinPinMethod · 0.45
TestTransferMemoryMethod · 0.45
TestAttachMemoryMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestRowBatchLimitsMethod · 0.36
CreateRowBatchMethod · 0.36
AddTuplesToRowBatchMethod · 0.36
TESTFunction · 0.36
CreateRowBatchMethod · 0.36
TestValuesMethod · 0.36
TestUnpinPinMethod · 0.36
TestTransferMemoryMethod · 0.36
TestAttachMemoryMethod · 0.36
TEST_FFunction · 0.36