public class IsNull extends Filter implements scala.Product, scala.Serializable
true
iff the attribute evaluates to null.
Constructor and Description |
---|
IsNull(String attribute) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1) |
String |
attribute() |
String[] |
references()
List of columns that are referenced by this filter.
|
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract static R apply(T1 v1)
public static String toString()
public String attribute()
public String[] references()
Filter
references
in class Filter