public class ExprProcCtx extends Object implements NodeProcessorCtx
Constructor and Description |
---|
ExprProcCtx(LineageCtx lctx,
Operator<? extends OperatorDesc> inpOp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Operator<? extends OperatorDesc> |
getInputOperator()
Gets the input operator.
|
LineageCtx |
getLineageCtx()
Gets the lineage context.
|
RowSchema |
getSchema() |
public ExprProcCtx(LineageCtx lctx, Operator<? extends OperatorDesc> inpOp)
lctx
- The lineage context thatcontains the dependencies for the inputs.inpOp
- The input operator to the current operator.public LineageCtx getLineageCtx()
public Operator<? extends OperatorDesc> getInputOperator()
public RowSchema getSchema()
Copyright © 2017 The Apache Software Foundation. All rights reserved.