org.apache.spark.sql.sources
Class And

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

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

A filter that evaluates to true iff both left or right evaluate to true.

Since:
1.3.0
See Also:
Serialized Form

Constructor Summary
And(Filter left, Filter right)
           
 
Method Summary
 Filter left()
           
 Filter right()
           
 
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

And

public And(Filter left,
           Filter right)
Method Detail

left

public Filter left()

right

public Filter right()