org.apache.spark.sql.sources
Class Filter

Object
  extended by org.apache.spark.sql.sources.Filter
Direct Known Subclasses:
And, EqualTo, GreaterThan, GreaterThanOrEqual, In, IsNotNull, IsNull, LessThan, LessThanOrEqual, Not, Or, StringContains, StringEndsWith, StringStartsWith

public abstract class Filter
extends Object

A filter predicate for data sources.

Since:
1.3.0

Constructor Summary
Filter()
           
 
Method Summary
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()