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

Method SetWriteRangeContext

be/src/runtime/tmp-file-mgr-test.cc:287–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 static void SetWriteRangeContext(WriteRange* write_range, TmpFileGroup* group) {
288 write_range->SetRequestContext(group->io_ctx_.get());
289 }
290
291 /// Helper to get the # of bytes allocated by the group. Validates that the sum across
292 /// all files equals this total.

Callers

nothing calls this directly

Calls 2

SetRequestContextMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected