Uses of Class
org.apache.hadoop.hive.ql.lib.DefaultGraphWalker

Packages that use DefaultGraphWalker
org.apache.hadoop.hive.ql.lib   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.parse   
 

Uses of DefaultGraphWalker in org.apache.hadoop.hive.ql.lib
 

Subclasses of DefaultGraphWalker in org.apache.hadoop.hive.ql.lib
 class PreOrderWalker
          base class for operator graph walker this class takes list of starting ops and walks them one by one.
 

Uses of DefaultGraphWalker in org.apache.hadoop.hive.ql.optimizer
 

Subclasses of DefaultGraphWalker in org.apache.hadoop.hive.ql.optimizer
static class ColumnPruner.ColumnPrunerWalker
          Walks the op tree in post order fashion (skips selects with file sink or script op children)
 

Uses of DefaultGraphWalker in org.apache.hadoop.hive.ql.parse
 

Subclasses of DefaultGraphWalker in org.apache.hadoop.hive.ql.parse
 class GenMapRedWalker
          Walks the operator tree in pre order fashion
 



Copyright © 2009 The Apache Software Foundation