@Evolving
public class Cast
extends org.apache.spark.sql.internal.connector.ExpressionWithToString
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Constructor and Description | 
|---|
Cast(Expression expression,
    DataType dataType)  | 
| Modifier and Type | Method and Description | 
|---|---|
Expression[] | 
children()
Returns an array of the children of this node. 
 | 
DataType | 
dataType()  | 
Expression | 
expression()  | 
public Cast(Expression expression, DataType dataType)
public Expression expression()
public DataType dataType()
public Expression[] children()
Expression