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

Packages that use LORegexp
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   
 

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

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

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LORegexp
 void PlanSetter.visit(LORegexp op)
           
protected  void LogicalPlanCloneHelper.visit(LORegexp binOp)
           
protected  void LOVisitor.visit(LORegexp regexp)
           
 

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

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

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

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LORegexp
protected  void TypeCheckingVisitor.visit(LORegexp rg)
          LORegexp expects CharArray as input Itself always returns Boolean
 



Copyright © ${year} The Apache Software Foundation