Uses of Class
org.apache.pig.newplan.logical.relational.LORank

Packages that use LORank
org.apache.pig.newplan.logical.optimizer   
org.apache.pig.newplan.logical.relational   
org.apache.pig.newplan.logical.rules   
org.apache.pig.newplan.logical.visitor   
 

Uses of LORank in org.apache.pig.newplan.logical.optimizer
 

Methods in org.apache.pig.newplan.logical.optimizer with parameters of type LORank
 void UidResetter.visit(LORank loRank)
           
 void SchemaResetter.visit(LORank loRank)
           
 void AllSameRalationalNodesVisitor.visit(LORank rank)
           
 void AllExpressionVisitor.visit(LORank rank)
           
 

Uses of LORank in org.apache.pig.newplan.logical.relational
 

Methods in org.apache.pig.newplan.logical.relational with parameters of type LORank
 void LogicalRelationalNodesVisitor.visit(LORank loRank)
           
 void LogToPhyTranslationVisitor.visit(LORank loRank)
          Transformation from Logical to Physical Plan involves the following steps: First, it is generated a random number which will link a POCounter within a PORank.
 

Uses of LORank in org.apache.pig.newplan.logical.rules
 

Methods in org.apache.pig.newplan.logical.rules with parameters of type LORank
 void ColumnPruneVisitor.visit(LORank rank)
           
 

Uses of LORank in org.apache.pig.newplan.logical.visitor
 

Methods in org.apache.pig.newplan.logical.visitor with parameters of type LORank
 void TypeCheckingRelVisitor.visit(LORank rank)
          The schema of rank output will be the same as input, plus a rank field.
 void SchemaAliasVisitor.visit(LORank rank)
           
 void ProjectStarExpander.visit(LORank rank)
           
 void LineageFindRelVisitor.visit(LORank rank)
           
 



Copyright © 2007-2012 The Apache Software Foundation