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

Method SetRequestContext

be/src/runtime/io/request-ranges.h:676–676  ·  view source on GitHub ↗

Set the IO context to this WriteRange. Can only be called when the write is not in flight (i.e. before AddWriteRange() is called or after the write callback was called).

Source from the content-addressed store, hash-verified

674 /// Can only be called when the write is not in flight (i.e. before AddWriteRange()
675 /// is called or after the write callback was called).
676 void SetRequestContext(RequestContext* io_ctx) { io_ctx_ = io_ctx; }
677
678 /// Execute writing the this range to the corresponding file.
679 Status DoWrite();

Callers 3

WriteMethod · 0.80
SetWriteRangeContextMethod · 0.80
AddWriteRangeMethod · 0.80

Calls

no outgoing calls

Tested by 1

SetWriteRangeContextMethod · 0.64