public class EqualTo extends Filter implements scala.Product, scala.Serializable
true
iff the attribute evaluates to a value
equal to value
.
Constructor and Description |
---|
EqualTo(String attribute,
Object value) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2) |
String |
attribute() |
String[] |
references()
List of columns that are referenced by this filter.
|
static String |
toString() |
Object |
value() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract static R apply(T1 v1, T2 v2)
public static String toString()
public String attribute()
public Object value()
public String[] references()
Filter
references
in class Filter