Uses of Class
org.apache.hadoop.hive.ql.hooks.LineageInfo.DependencyKey

Packages that use LineageInfo.DependencyKey
org.apache.hadoop.hive.ql.hooks   
 

Uses of LineageInfo.DependencyKey in org.apache.hadoop.hive.ql.hooks
 

Fields in org.apache.hadoop.hive.ql.hooks with type parameters of type LineageInfo.DependencyKey
protected  Map<LineageInfo.DependencyKey,LineageInfo.Dependency> LineageInfo.index
          The map contains an index from the (datacontainer, columnname) to the dependency vector for that tuple.
 

Methods in org.apache.hadoop.hive.ql.hooks that return types with arguments of type LineageInfo.DependencyKey
 Set<Map.Entry<LineageInfo.DependencyKey,LineageInfo.Dependency>> LineageInfo.entrySet()
          Gets the entry set on this structure.
 



Copyright © 2010 The Apache Software Foundation