MCPcopy Create free account
hub / github.com/apache/impala / asList

Method asList

fe/src/main/java/org/apache/impala/common/Id.java:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 public ArrayList<IdType> asList() {
61 ArrayList<IdType> list = new ArrayList<IdType>();
62 list.add((IdType) this);
63 return list;
64 }
65
66 public static <C extends Id> String printIds(Collection<C> ids) {
67 ArrayList<String> l = new ArrayList<>();

Calls 1

addMethod · 0.45