MCPcopy Create free account
hub / github.com/apache/pig / getNext

Method getNext

test/org/apache/pig/test/TestLocal.java:166–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 @Override
167 public Tuple getNext() throws IOException {
168 if (count < COUNT) {
169
170 Tuple t = new DefaultTuple();
171 t.append(Integer.toString(count++));
172 return t;
173
174 }
175
176 return null;
177 }
178
179 }
180

Calls 2

appendMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected