org.apache.spark.sql.sources
Class LessThan

Object
  extended by org.apache.spark.sql.sources.Filter
      extended by org.apache.spark.sql.sources.LessThan
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class LessThan
extends Filter
implements scala.Product, scala.Serializable

A filter that evaluates to true iff the attribute evaluates to a value less than value.

Since:
1.3.0
See Also:
Serialized Form

Constructor Summary
LessThan(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

LessThan

public LessThan(String attribute,
                Object value)
Method Detail

attribute

public String attribute()

value

public Object value()