Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Datafu.pig.bags Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AppendToBagAppends a tuple to a bag.Classdatafu.pig.bagsDataFu
BagConcatUnions all input bags to produce a single bag containing all tuples.Classdatafu.pig.bagsDataFu
BagGroupPerforms an in-memory group operation on a bag.Classdatafu.pig.bagsDataFu
BagLeftOuterJoinPerforms an in-memory left outer join across multiple bags.Classdatafu.pig.bagsDataFu
BagSplitSplits a bag of tuples into a bag of bags, where the inner bags collectively contain the tuples from the original bag.Classdatafu.pig.bagsDataFu
CountEachGenerates a count of the number of times each distinct tuple appears in a bag.Classdatafu.pig.bagsDataFu
DistinctByGet distinct elements in a bag by a given set of field positions.Classdatafu.pig.bagsDataFu
EmptyBagToNullReturns null if the input is an empty bag; otherwise, returns the input bag unchanged.Classdatafu.pig.bagsDataFu
EmptyBagToNullFieldsFor an empty bag, inserts a tuple having null values for all fields; otherwise, the input bag is returned unchanged.Classdatafu.pig.bagsDataFu
EnumerateEnumerate a bag, appending to each tuple its index within the bag.Classdatafu.pig.bagsDataFu
FirstTupleFromBagReturns the first tuple from a bag.Classdatafu.pig.bagsDataFu
NullToEmptyBagReturns an empty bag if the input is null; otherwise, returns the input bag unchanged.Classdatafu.pig.bagsDataFu
PrependToBagPrepends a tuple to a bag.Classdatafu.pig.bagsDataFu
ReverseEnumerateEnumerate a bag, appending to each tuple its index within the bag, with indices being produced in {(A),(B),(C),(D)} => {(A,3),(B,2),(C,1),(D,0)}Classdatafu.pig.bagsDataFu
UnorderedPairsGenerates pairs of all items in a bag.Classdatafu.pig.bagsDataFu