|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.apache.spark.sql.sources.Filter
org.apache.spark.sql.sources.GreaterThan
public class GreaterThan
A filter that evaluates to true
iff the attribute evaluates to a value
greater than value
.
Constructor Summary | |
---|---|
GreaterThan(String attribute,
Object value)
|
Method Summary | |
---|---|
String |
attribute()
|
Object |
value()
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public GreaterThan(String attribute, Object value)
Method Detail |
---|
public String attribute()
public Object value()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |