public class In extends Filter implements scala.Product, scala.Serializable
true iff the attribute evaluates to one of the values in the array.
 | Constructor and Description | 
|---|
| In(String attribute,
  Object[] values) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | attribute() | 
| abstract static boolean | canEqual(Object that) | 
| boolean | equals(Object o) | 
| int | hashCode() | 
| 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. | 
| String | toString() | 
| Object[] | values() | 
public abstract static boolean canEqual(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 String attribute()
public Object[] values()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in interface scala.Equalsequals in class Objectpublic String toString()
toString in class Objectpublic String[] references()
Filterreferences in class Filter