MCPcopy Index your code
hub / github.com/apache/orc / load

Method load

java/core/src/java/org/apache/orc/util/CuckooSetBytes.java:140–144  ·  view source on GitHub ↗

Insert all values in the input array into the set.

(byte[][] a)

Source from the content-addressed store, hash-verified

138 * Insert all values in the input array into the set.
139 */
140 public void load(byte[][] a) {
141 for (byte[] x : a) {
142 insert(x);
143 }
144 }
145
146 /**
147 * Try to insert with up to n value's "poked out". Return the last value poked out.

Callers 14

get_jsonFunction · 0.80
TESTFunction · 0.80
getReadCountMethod · 0.80
TESTFunction · 0.80
getStatsMethod · 0.80
mainFunction · 0.80
mainMethod · 0.80
getOrcVersionMethod · 0.80
buildMethod · 0.80
getKeyProviderMethod · 0.80
WriterImplClass · 0.80
findPluginFiltersMethod · 0.80

Calls 1

insertMethod · 0.95

Tested by 3

TESTFunction · 0.64
getReadCountMethod · 0.64
TESTFunction · 0.64