Package org.apache.spark.sql.types
Class StringHelper
Object
org.apache.spark.sql.types.StringHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract static boolean
abstract static boolean
static boolean
static boolean
gt
(T x, T y) static boolean
static boolean
static boolean
static boolean
lt
(T x, T y) static boolean
abstract static int
abstract static Object
productElement
(int n) static String
productElementName
(int n) static scala.collection.Iterator<String>
static scala.collection.Iterator<Object>
static String
static StringType
static scala.math.PartialOrdering<T>
reverse()
static scala.Option<StringType>
tightestCommonString
(StringType s1, StringType s2) static scala.Option<Object>
-
Constructor Details
-
StringHelper
public StringHelper()
-
-
Method Details
-
tryCompare
-
lteq
-
gteq
-
equiv
-
isPlainString
-
isMoreConstrained
-
tightestCommonString
-
removeCollation
-
lt
public static boolean lt(T x, T y) -
gt
public static boolean gt(T x, T y) -
reverse
public static scala.math.PartialOrdering<T> reverse() -
canEqual
-
equals
-
productArity
public abstract static int productArity() -
productElement
-
productIterator
-
productPrefix
-
productElementName
-
productElementNames
-