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 |
---|---|
abstract static R |
apply(T1 v1,
T2 v2) |
String |
attribute() |
boolean |
equals(Object o) |
int |
hashCode() |
String[] |
references()
List of columns that are referenced by this filter.
|
String |
toString() |
Object[] |
values() |
public abstract static R apply(T1 v1, T2 v2)
public String attribute()
public Object[] values()
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in interface scala.Equals
equals
in class Object
public String toString()
toString
in class Object
public String[] references()
Filter
references
in class Filter