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

Method AddRowCustomEnd

be/src/runtime/buffered-tuple-stream.inline.h:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51inline void BufferedTupleStream::AddRowCustomEnd(int64_t size) {
52 if (UNLIKELY(size > default_page_len_)) AddLargeRowCustomEnd(size);
53}
54
55inline void BufferedTupleStream::GetTupleRow(FlatRowPtr flat_row, TupleRow* row) const {
56 DCHECK(row != nullptr);

Callers 2

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64