public class SetOperation extends BinaryOperator
left, right
Constructor and Description |
---|
SetOperation(OpType type,
Expr left,
Expr right,
boolean distinct) |
Modifier and Type | Method and Description |
---|---|
int |
hashCode() |
boolean |
isDistinct() |
void |
unsetDistinct() |
public boolean isDistinct()
public void unsetDistinct()
public int hashCode()
hashCode
in class BinaryOperator
Copyright © 2014 Apache Software Foundation. All Rights Reserved.