Uses of Class
org.apache.pig.impl.logicalLayer.LOBinCond

Packages that use LOBinCond
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.impl.logicalLayer.optimizer   
org.apache.pig.impl.logicalLayer.validators   
org.apache.pig.newplan.logical   
 

Uses of LOBinCond in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type LOBinCond
 void LogToPhyTranslationVisitor.visit(LOBinCond op)
           
 

Uses of LOBinCond in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOBinCond
 void PlanSetter.visit(LOBinCond op)
           
protected  void PColFilterExtractor.visit(LOBinCond binCond)
           
protected  void LogicalPlanCloneHelper.visit(LOBinCond binCond)
           
protected  void LOVisitor.visit(LOBinCond binCond)
           
 

Uses of LOBinCond in org.apache.pig.impl.logicalLayer.optimizer
 

Methods in org.apache.pig.impl.logicalLayer.optimizer with parameters of type LOBinCond
protected  void SchemaRemover.visit(LOBinCond binCond)
           
protected  void SchemaCalculator.visit(LOBinCond binCond)
           
 

Uses of LOBinCond in org.apache.pig.impl.logicalLayer.validators
 

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LOBinCond
protected  void TypeCheckingVisitor.visit(LOBinCond binCond)
          For Bincond, lhsOp and rhsOp must have the same output type or both sides have to be number
 

Uses of LOBinCond in org.apache.pig.newplan.logical
 

Methods in org.apache.pig.newplan.logical with parameters of type LOBinCond
 void LogicalExpPlanMigrationVistor.visit(LOBinCond op)
           
 



Copyright © ${year} The Apache Software Foundation