Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ HasSubRanges
Method
HasSubRanges
be/src/runtime/io/request-ranges.h:373–373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
int64_t mtime() const { return mtime_; }
372
373
bool HasSubRanges() const { return !sub_ranges_.empty(); }
374
375
// Checks if
'lock_'
is held via
'scan_range_lock'
376
bool is_locked(const std::unique_lock<std::mutex>& scan_range_lock) {
Callers
1
TryReadFromCache
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected