Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InstanceStats
Method · 0.45
ReturnBuffer
Method · 0.45
CleanUpBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected