public class NumericTypeExpression
extends Object
| Constructor and Description |
|---|
NumericTypeExpression() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
unapply(org.apache.spark.sql.catalyst.expressions.Expression e)
Enables matching against NumericType for expressions:
|