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

Method iterator

src/org/apache/pig/data/DataBag.java:107–107  ·  view source on GitHub ↗

Get an iterator to the bag. For default and distinct bags, no particular order is guaranteed. For sorted bags the order is guaranteed to be sorted according to the provided comparator. @return tuple iterator

()

Source from the content-addressed store, hash-verified

105 * @return tuple iterator
106 */
107 Iterator<Tuple> iterator();
108
109 /**
110 * Add a tuple to the bag.

Callers 15

testCOVMethod · 0.95
testCORMethod · 0.95
testRankWithMultiKeyMethod · 0.95
testSingleInputMethod · 0.95
testDoubleInputMethod · 0.95
testSecondShortMethod · 0.95
testFirstShortMethod · 0.95
execMethod · 0.95

Implementers 8

OverBagcontrib/piggybank/java/src/main/java/o
AccumulativeBagsrc/org/apache/pig/data/AccumulativeBa
SingleTupleBagsrc/org/apache/pig/data/SingleTupleBag
NonSpillableDataBagsrc/org/apache/pig/data/NonSpillableDa
LimitedSortedDataBagsrc/org/apache/pig/data/LimitedSortedD
ReadOnceBagsrc/org/apache/pig/data/ReadOnceBag.ja
AvroBagWrappersrc/org/apache/pig/impl/util/avro/Avro
DefaultAbstractBagsrc/org/apache/pig/data/DefaultAbstrac

Calls

no outgoing calls

Tested by 15

testCOVMethod · 0.76
testCORMethod · 0.76
testRankWithMultiKeyMethod · 0.76
testSingleInputMethod · 0.76
testDoubleInputMethod · 0.76
testSecondShortMethod · 0.76
testFirstShortMethod · 0.76