public class IsNotNull extends Filter implements scala.Product, scala.Serializable
true iff the attribute evaluates to a non-null value.
 | Constructor and Description | 
|---|
IsNotNull(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, waitpublic abstract static R apply(T1 v1)
public static String toString()
public String attribute()
public String[] references()
Filterreferences in class Filter