|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.apache.spark.sql.sources.Filter
org.apache.spark.sql.sources.StringStartsWith
public class StringStartsWith
A filter that evaluates to true
iff the attribute evaluates to
a string that starts with value
.
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 |
---|
public StringStartsWith(String attribute, String value)
Method Detail |
---|
public String attribute()
public String value()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |