| Package | Description | 
|---|---|
| org.apache.pig.data | 
This package contains implementations of Pig specific data types as well as
support functions for reading, writing, and using all Pig data types. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultDataBagAn unordered collection of Tuples (possibly) with multiples. | 
| class  | DistinctDataBagAn unordered collection of Tuples with no multiples. | 
| class  | InternalCachedBag | 
| class  | InternalDistinctBagAn unordered collection of Tuples with no multiples. | 
| class  | InternalSortedBagAn ordered collection of Tuples (possibly) with multiples. | 
| class  | SelfSpillBagClass to hold code common to self spilling bags such as InternalCachedBag | 
| class  | SortedDataBagAn ordered collection of Tuples (possibly) with multiples. | 
| class  | SortedSpillBagCommon functionality for proactively spilling bags that need to keep the data
 sorted. | 
Copyright © 2007-2025 The Apache Software Foundation