Uses of Interface
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.AccumulativeTupleBuffer

Packages that use AccumulativeTupleBuffer
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. 
 

Uses of AccumulativeTupleBuffer in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators declared as AccumulativeTupleBuffer
protected  AccumulativeTupleBuffer POForEach.buffer
           
 

Uses of AccumulativeTupleBuffer in org.apache.pig.data
 

Methods in org.apache.pig.data that return AccumulativeTupleBuffer
 AccumulativeTupleBuffer AccumulativeBag.getTuplebuffer()
           
 

Constructors in org.apache.pig.data with parameters of type AccumulativeTupleBuffer
AccumulativeBag(AccumulativeTupleBuffer buffer, int index)
           
 



Copyright © 2007-2012 The Apache Software Foundation