Package org.apache.spark.sql.sources
Class CollatedStringStartsWith
Object
org.apache.spark.sql.sources.Filter
org.apache.spark.sql.sources.CollatedFilter
org.apache.spark.sql.sources.CollatedStringStartsWith
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
Collation aware equivalent of
StringStartsWith
.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.spark.sql.sources.CollatedFilter
references, toV2
Methods inherited from class org.apache.spark.sql.sources.Filter
v2references
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
CollatedStringStartsWith
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
attribute
-
value
-
dataType
- Specified by:
dataType
in classCollatedFilter
-
correspondingFilter
Description copied from class:CollatedFilter
The corresponding non-collation aware filter.- Specified by:
correspondingFilter
in classCollatedFilter
-