Package org.apache.spark.sql.types
Class StringTypeExpression
Object
org.apache.spark.sql.types.StringTypeExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract static booleanabstract static booleanabstract static intabstract static ObjectproductElement(int n) static StringproductElementName(int n) static scala.collection.Iterator<String>static scala.collection.Iterator<Object>static Stringstatic booleanunapply(org.apache.spark.sql.catalyst.expressions.Expression e) Enables matching against StringType for expressions:
-
Constructor Details
-
StringTypeExpression
public StringTypeExpression()
-
-
Method Details
-
unapply
public static boolean unapply(org.apache.spark.sql.catalyst.expressions.Expression e) Enables matching against StringType for expressions:case Cast(child @ StringType(collationId), NumericType) => ...- Parameters:
e- (undocumented)- Returns:
- (undocumented)
-
canEqual
-
equals
-
productArity
public abstract static int productArity() -
productElement
-
productIterator
-
productPrefix
-
productElementName
-
productElementNames
-