org.apache.spark.sql.sources
Class IsNotNull

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

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

A filter that evaluates to true iff the attribute evaluates to a non-null value.

Since:
1.3.0
See Also:
Serialized Form

Constructor Summary
IsNotNull(String attribute)
           
 
Method Summary
 String attribute()
           
 
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

IsNotNull

public IsNotNull(String attribute)
Method Detail

attribute

public String attribute()