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

Method CommitRows

be/src/runtime/row-batch.h:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 int ALWAYS_INLINE AddRow() { return AddRows(1); }
133
134 void ALWAYS_INLINE CommitRows(int n) {
135 DCHECK_GE(n, 0);
136 DCHECK_LE(num_rows_ + n, capacity_);
137 num_rows_ += n;
138 }
139
140 void ALWAYS_INLINE CommitLastRow() { CommitRows(1); }
141

Callers 3

DeepCopyToMethod · 0.45

Calls

no outgoing calls

Tested by 1