public class Not extends Filter implements scala.Product, scala.Serializable
true iff child is evaluated to false.
| Modifier and Type | Method and Description |
|---|---|
abstract static R |
apply(T1 v1) |
Filter |
child() |
String[] |
references()
List of columns that are referenced by this filter.
|
static String |
toString() |
v2referencesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Not(Filter child)
public abstract static R apply(T1 v1)
public static String toString()
public Filter child()
public String[] references()
Filter
Note that, each element in references represents a column; dots are used as separators
for nested columns. If any part of the names contains dots, it is quoted to avoid confusion.
references in class Filter