@Evolving public class Cast extends Object implements Expression, java.io.Serializable
EMPTY_EXPRESSION| 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() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribe, referencespublic Cast(Expression expression, DataType dataType)
public Expression expression()
public DataType dataType()
public Expression[] children()
Expressionchildren in interface Expression