public class EqualNullSafe extends Filter implements scala.Product, scala.Serializable
EqualTo
. However, this differs from EqualTo
in that it returns true
(rather than NULL) if both inputs are NULL, and false
(rather than NULL) if one of the input is NULL and the other is not NULL.
Constructor and Description |
---|
EqualNullSafe(String attribute,
Object value) |
Modifier and Type | Method and Description |
---|---|
String |
attribute() |
abstract static boolean |
canEqual(Object that) |
abstract static boolean |
equals(Object that) |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
String[] |
references()
List of columns that are referenced by this filter.
|
Object |
value() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public String attribute()
public Object value()
public String[] references()
Filter
references
in class Filter