Package | Description |
---|---|
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators | |
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 | Method and Description |
---|---|
POPackageLite |
POPackageLite.clone()
Make a deep copy of this operator.
|
Constructor and Description |
---|
ReadOnceBag(POPackageLite pkg,
java.util.Iterator<NullableTuple> tupIter,
java.lang.Object key)
This constructor creates a bag out of an existing iterator
of tuples by taking ownership of the iterator and NOT
copying the elements of the iterator.
|
Copyright © 2007-2012 The Apache Software Foundation