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

Method FreeBytes

be/src/runtime/sorter.cc:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void Sorter::Page::FreeBytes(int64_t len) {
73 DCHECK_GE(len, 0);
74 DCHECK_LE(len, valid_data_len_);
75 DCHECK(data_ != nullptr);
76 valid_data_len_ -= len;
77}
78
79Status Sorter::Page::WaitForBuffer() {
80 DCHECK(handle_.is_pinned());

Callers 1

AddBatchInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected