org.apache.pig.experimental.logical.expression
Class GreaterThanEqualExpression
java.lang.Object
org.apache.pig.experimental.plan.Operator
org.apache.pig.experimental.logical.expression.LogicalExpression
org.apache.pig.experimental.logical.expression.BinaryExpression
org.apache.pig.experimental.logical.expression.GreaterThanEqualExpression
public class GreaterThanEqualExpression
- extends BinaryExpression
GreaterThanEqualExpression
public GreaterThanEqualExpression(OperatorPlan plan,
LogicalExpression lhs,
LogicalExpression rhs)
- Will add this operator to the plan and connect it to the
left and right hand side operators.
- Parameters:
plan
- plan this operator is part oflhs
- expression on its left hand siderhs
- expression on its right hand side
accept
public void accept(PlanVisitor v)
throws IOException
- Description copied from class:
Operator
- Accept a visitor at this node in the graph.
- Specified by:
accept
in class Operator
- Parameters:
v
- Visitor to accept.
- Throws:
IOException
isEqual
public boolean isEqual(Operator other)
- Description copied from class:
Operator
- This is like a shallow equals comparison.
It returns true if two operators have equivalent properties even if they are
different objects. Here properties mean equivalent plan and equivalent name.
- Specified by:
isEqual
in class Operator
- Returns:
- true if two object have equivalent properties, else false
Copyright © ${year} The Apache Software Foundation