|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.ql.optimizer.lineage.ExprProcCtx
public class ExprProcCtx
The processor context for the lineage information. This contains the lineage context and the column info and operator information that is being used for the current expression.
Constructor Summary | |
---|---|
ExprProcCtx(LineageCtx lctx,
Operator<? extends Serializable> inpOp)
Constructor. |
Method Summary | |
---|---|
Operator<? extends Serializable> |
getInputOperator()
Gets the input operator. |
LineageCtx |
getLineageCtx()
Gets the lineage context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExprProcCtx(LineageCtx lctx, Operator<? extends Serializable> inpOp)
lctx
- The lineage context thatcontains the dependencies for the inputs.inpOp
- The input operator to the current operator.Method Detail |
---|
public LineageCtx getLineageCtx()
public Operator<? extends Serializable> getInputOperator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |