Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ size
Method
size
fe/src/main/java/org/apache/impala/util/ListMap.java:45–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
44
public
List<T> getList() {
return
ImmutableList.copyOf(list_); }
45
public
int
size() {
return
list_.size(); }
46
47
/**
48
* Map from Integer index to T object.
Callers
15
testGetOrAddIndex
Method · 0.95
testPopulateWithMutableList
Method · 0.95
testPopulateWithImmutableList
Method · 0.95
testPopulateFromGetListThenAdd
Method · 0.95
getInvalidWriteIdsSize
Method · 0.45
write
Method · 0.45
write
Method · 0.45
writeToString
Method · 0.45
fireInsertEventHelper
Method · 0.45
getAccessType
Method · 0.45
getFilteredEvents
Method · 0.45
createBatchEvents
Method · 0.45
Calls
no outgoing calls
Tested by
4
testGetOrAddIndex
Method · 0.76
testPopulateWithMutableList
Method · 0.76
testPopulateWithImmutableList
Method · 0.76
testPopulateFromGetListThenAdd
Method · 0.76