org.apache.spark.sql.sources
Class StringStartsWith

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

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

A filter that evaluates to true iff the attribute evaluates to a string that starts with value.

Since:
1.3.1
See Also:
Serialized Form

Constructor Summary
StringStartsWith(String attribute, String value)
           
 
Method Summary
 String attribute()
           
 String 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

StringStartsWith

public StringStartsWith(String attribute,
                        String value)
Method Detail

attribute

public String attribute()

value

public String value()