public class POIsNull extends UnaryComparisonOperator
PhysicalOperator.OriginalLocation
operandType
alias, illustrator, input, inputAttached, inputs, lineageTracer, outputs, parentPlan, pigLogger, reporter, requestedParallelism, res, RESULT_EMPTY, RESULT_EOP, resultType
Constructor and Description |
---|
POIsNull(OperatorKey k) |
POIsNull(OperatorKey k,
int rp) |
POIsNull(OperatorKey k,
int rp,
ExpressionOperator in) |
Modifier and Type | Method and Description |
---|---|
POIsNull |
clone()
Make a deep copy of this operator.
|
Result |
getNextBoolean() |
java.lang.String |
name() |
void |
visit(PhyPlanVisitor v)
Visit this node with the provided visitor.
|
getOperandType, illustratorMarkup, setOperandType
cloneHelper, getChildExpressions, getExpr, setExpr, setInputAsExpr, supportsMultipleInputs
accumChild, containUDF, getNextDataBag, setIllustrator, supportsMultipleOutputs, toString
addOriginalLocation, addOriginalLocation, attachInput, cloneHelper, copyAliasFrom, detachInput, getAlias, getAliasString, getIllustrator, getInputs, getLogger, getNext, getNextBigDecimal, getNextBigInteger, getNextDataByteArray, getNextDateTime, getNextDouble, getNextFloat, getNextInteger, getNextLong, getNextMap, getNextString, getNextTuple, getOriginalLocations, getPigLogger, getReporter, getRequestedParallelism, getResultType, isAccumStarted, isAccumulative, isBlocking, isInputAttached, processInput, reset, setAccumEnd, setAccumStart, setAccumulative, setInputs, setParentPlan, setPigLogger, setReporter, setRequestedParallelism, setResultType, staticDataCleanup
compareTo, equals, getOperatorKey, getProjectionMap, hashCode, regenerateProjectionMap, rewire, unsetProjectionMap
finalize, getClass, notify, notifyAll, wait, wait, wait
getNextDataBag, getNextDataByteArray, getNextDateTime, getNextDouble, getNextFloat, getNextInteger, getNextLong, getNextMap, getNextString, getNextTuple
public POIsNull(OperatorKey k, int rp)
public POIsNull(OperatorKey k)
public POIsNull(OperatorKey k, int rp, ExpressionOperator in)
public void visit(PhyPlanVisitor v) throws VisitorException
Operator
visit
in class ExpressionOperator
v
- Visitor to visit with.VisitorException
- if the visitor has a problem.public java.lang.String name()
name
in class Operator<PhyPlanVisitor>
public Result getNextBoolean() throws ExecException
getNextBoolean
in interface ComparisonOperator
getNextBoolean
in class PhysicalOperator
ExecException
public POIsNull clone() throws java.lang.CloneNotSupportedException
ExpressionOperator
clone
in class ExpressionOperator
java.lang.CloneNotSupportedException
Do not use the clone method directly. Operators are cloned when logical plans
are cloned using {@link LogicalPlanCloner}
Copyright © 2007-2012 The Apache Software Foundation