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

Method scan_range

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

Source from the content-addressed store, hash-verified

58 }
59
60 ScanRange* scan_range() { return scan_range_; }
61 uint8_t* buffer() { return buffer_; }
62 int64_t buffer_len() { return buffer_len_; }
63 int64_t len() { return len_; }

Callers 3

InstanceStatsMethod · 0.45
ReturnBufferMethod · 0.45
CleanUpBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected