org.apache.spark.sql.sources
Class In

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

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

A filter that evaluates to true iff the attribute evaluates to one of the values in the array.

Since:
1.3.0
See Also:
Serialized Form

Constructor Summary
In(String attribute, Object[] values)
           
 
Method Summary
 String attribute()
           
 Object[] values()
           
 
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

In

public In(String attribute,
          Object[] values)
Method Detail

attribute

public String attribute()

values

public Object[] values()