MCPcopy 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

_fnImplementStateFunction · 0.45
peFunction · 0.45
_fnImplementStateFunction · 0.45
peFunction · 0.45
GetNextBufferMethod · 0.45
CopyIoToBoundaryMethod · 0.45
IssueFooterRangesMethod · 0.45
FindFooterSplitMethod · 0.45
ProcessSplitMethod · 0.45
ConvertArrayFromKuduMethod · 0.45
ReadAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected