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

Method DCheckReadBufferIdx

be/src/runtime/tmp-file-mgr-internal.h:384–387  ·  view source on GitHub ↗

Internal DCHECK for the buffer index.

Source from the content-addressed store, hash-verified

382
383 /// Internal DCHECK for the buffer index.
384 void DCheckReadBufferIdx(int buffer_idx) {
385 DCHECK_LT(buffer_idx, file_group_->tmp_file_mgr()->GetNumReadBuffersPerFile());
386 DCHECK_GE(buffer_idx, 0);
387 }
388};
389
390/// TmpFileDummy is a derived class of TmpFile for dummy allocation, used in

Callers

nothing calls this directly

Calls 2

tmp_file_mgrMethod · 0.45

Tested by

no test coverage detected