public class Or extends Filter implements scala.Product, scala.Serializable
true iff at least one of left or right evaluates to true.
 | Modifier and Type | Method and Description | 
|---|---|
abstract static boolean | 
canEqual(Object that)  | 
abstract static boolean | 
equals(Object that)  | 
Filter | 
left()  | 
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. 
 | 
Filter | 
right()  | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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 Filter left()
public Filter right()
public String[] references()
Filterreferences in class Filter