Generated by
JDiff

Interface org.apache.pig.data.DataBag

Changed Methods
void add(Tuple) Changed from non-abstract to abstract. Add a tuple to the bag.
void addAll(DataBag) Changed from non-abstract to abstract. Add contents of a bag to the bag.
void clear() Changed from non-abstract to abstract. Clear out the contents of the bag both on disk and in memory.
boolean isDistinct() Changed from non-abstract to abstract. Find out if the bag is distinct.
boolean isSorted() Changed from non-abstract to abstract. Find out if the bag is sorted.
Iterator iterator() Changed from non-abstract to abstract. Get an iterator to the bag.
void markStale(boolean) Changed from non-abstract to abstract. This is used by FuncEvalSpec.FakeDataBag.
long size() Changed from non-abstract to abstract. Get the number of elements in the bag both in memory and on disk.