Uses of Class
org.apache.hadoop.hive.ql.optimizer.lineage.LineageCtx

Packages that use LineageCtx
org.apache.hadoop.hive.ql.optimizer.lineage   
 

Uses of LineageCtx in org.apache.hadoop.hive.ql.optimizer.lineage
 

Methods in org.apache.hadoop.hive.ql.optimizer.lineage that return LineageCtx
 LineageCtx ExprProcCtx.getLineageCtx()
          Gets the lineage context.
 

Methods in org.apache.hadoop.hive.ql.optimizer.lineage with parameters of type LineageCtx
static LineageInfo.Dependency ExprProcFactory.getExprDependency(LineageCtx lctx, Operator<? extends Serializable> inpOp, ExprNodeDesc expr)
          Gets the expression dependencies for the expression.
 

Constructors in org.apache.hadoop.hive.ql.optimizer.lineage with parameters of type LineageCtx
ExprProcCtx(LineageCtx lctx, Operator<? extends Serializable> inpOp)
          Constructor.
 



Copyright © 2011 The Apache Software Foundation