public class And extends Filter implements scala.Product, scala.Serializable
true
iff both left
or right
evaluate to true
.
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2) |
Filter |
left() |
String[] |
references()
List of columns that are referenced by this filter.
|
Filter |
right() |
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract static R apply(T1 v1, T2 v2)
public static String toString()
public Filter left()
public Filter right()
public String[] references()
Filter
references
in class Filter