public class EqualToExpr extends BinaryComparisonOperator
PhysicalOperator.OriginalLocationoperandTypelhs, rhsalias, illustrator, input, inputAttached, inputs, lineageTracer, mBagFactory, mTupleFactory, outputs, parentPlan, pigLogger, reporter, requestedParallelism, res, RESULT_EMPTY, RESULT_EOP, resultType| Constructor and Description | 
|---|
| EqualToExpr(OperatorKey k) | 
| EqualToExpr(OperatorKey k,
           int rp) | 
| Modifier and Type | Method and Description | 
|---|---|
| EqualToExpr | 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. | 
cloneHelper, getOperandType, illustratorMarkup, setOperandTypecloneHelper, getChildExpressions, getLhs, getRhs, setLhs, setRhs, supportsMultipleInputsaccumChild, containUDF, getNextDataBag, setIllustrator, supportsMultipleOutputs, toStringaddOriginalLocation, addOriginalLocation, attachInput, cloneHelper, clonePlans, copyAliasFrom, detachInput, getAlias, getAliasString, getIllustrator, getInputs, getLogger, getNext, getNextBigDecimal, getNextBigInteger, getNextDataByteArray, getNextDateTime, getNextDouble, getNextFloat, getNextInteger, getNextLong, getNextMap, getNextString, getNextTuple, getOriginalLocations, getParentPlan, getPigLogger, getReporter, getRequestedParallelism, getResultType, isAccumStarted, isAccumulative, isBlocking, isEndOfAllInput, isInputAttached, processInput, reset, setAccumEnd, setAccumStart, setAccumulative, setInputs, setParentPlan, setPigLogger, setReporter, setRequestedParallelism, setResultType, staticDataCleanupcompareTo, equals, getOperatorKey, getProjectionMap, hashCode, regenerateProjectionMap, rewire, unsetProjectionMapfinalize, getClass, notify, notifyAll, wait, wait, waitgetNextDataBag, getNextDataByteArray, getNextDateTime, getNextDouble, getNextFloat, getNextInteger, getNextLong, getNextMap, getNextString, getNextTuplepublic EqualToExpr(OperatorKey k)
public EqualToExpr(OperatorKey k, int rp)
public java.lang.String name()
name in class Operator<PhyPlanVisitor>public void visit(PhyPlanVisitor v) throws VisitorException
Operatorvisit in class ExpressionOperatorv - Visitor to visit with.VisitorException - if the visitor has a problem.public Result getNextBoolean() throws ExecException
getNextBoolean in interface ComparisonOperatorgetNextBoolean in class PhysicalOperatorExecExceptionpublic EqualToExpr clone() throws java.lang.CloneNotSupportedException
ExpressionOperatorclone in class ExpressionOperatorjava.lang.CloneNotSupportedExceptionDo not use the clone method directly. Operators are cloned when logical plans
 are cloned using {@link LogicalPlanCloner}Copyright © 2007-2025 The Apache Software Foundation