Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ len
Method
len
be/src/util/mem-range.h:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
uint8_t* data() const { return data_; }
37
int64_t len() const { return len_; }
38
39
static MemRange null() { return MemRange(nullptr, 0); }
40
Callers
15
_fnImplementState
Function · 0.45
pe
Function · 0.45
_fnImplementState
Function · 0.45
pe
Function · 0.45
GetNextBuffer
Method · 0.45
CopyIoToBoundary
Method · 0.45
IssueFooterRanges
Method · 0.45
FindFooterSplit
Method · 0.45
ProcessSplit
Method · 0.45
ConvertArrayFromKudu
Method · 0.45
ReadAll
Method · 0.45
CheckRowGroupOverlapsSplit
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected