Package org.apache.pig.impl.logicalLayer.optimizer.streaming

Class Summary
LoadOptimizer LoadOptimizer tries to optimize away the deserialization done by Pig for the simple case of a LOAD followed by a STREAM operator; both with the equivalent LoadFunc specifications.
StoreOptimizer StoreOptimizer tries to optimize away the deserialization done by Pig for the simple case of a STREAM followed by a STORE operator; both with equivalent StoreFunc specifications.
 



Copyright © ${year} The Apache Software Foundation