Uses of Class
org.apache.pig.impl.logicalLayer.optimizer.Optimizer

Packages that use Optimizer
org.apache.pig.impl.logicalLayer.optimizer.streaming   
 

Uses of Optimizer in org.apache.pig.impl.logicalLayer.optimizer.streaming
 

Subclasses of Optimizer in org.apache.pig.impl.logicalLayer.optimizer.streaming
 class 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.
 class 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