MCPcopy 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

testGetOrAddIndexMethod · 0.95
writeMethod · 0.45
writeMethod · 0.45
writeToStringMethod · 0.45
fireInsertEventHelperMethod · 0.45
getAccessTypeMethod · 0.45
getFilteredEventsMethod · 0.45
createBatchEventsMethod · 0.45

Calls

no outgoing calls