@@ -115,16 +115,16 @@ incompatible expressions.
115115## Math Expressions
116116
117117| Expression | SQL | Spark-Compatible? | Compatibility Notes |
118- | -------------- | --------- | ----------------- | --------------------------------- |
118+ | ---------------- | ----------- | ------------------- | ----------------------------------- |
119119| Acos | ` acos ` | Yes | |
120- | Add | ` + ` | Yes | ANSI mode is not supported. |
120+ | Add | ` + ` | Yes | |
121121| Asin | ` asin ` | Yes | |
122122| Atan | ` atan ` | Yes | |
123123| Atan2 | ` atan2 ` | Yes | |
124- | BRound | ` bround ` | Yes | ANSI mode is not supported. |
124+ | BRound | ` bround ` | Yes | |
125125| Ceil | ` ceil ` | Yes | |
126126| Cos | ` cos ` | Yes | |
127- | Divide | ` / ` | Yes | ANSI mode is not supported. |
127+ | Divide | ` / ` | Yes | |
128128| Exp | ` exp ` | Yes | |
129129| Expm1 | ` expm1 ` | Yes | |
130130| Floor | ` floor ` | Yes | |
@@ -134,7 +134,7 @@ incompatible expressions.
134134| Log | ` log ` | Yes | |
135135| Log2 | ` log2 ` | Yes | |
136136| Log10 | ` log10 ` | Yes | |
137- | Multiply | ` * ` | Yes | ANSI mode is not supported. |
137+ | Multiply | ` * ` | Yes | |
138138| Pow | ` power ` | Yes | |
139139| Rand | ` rand ` | Yes | |
140140| Randn | ` randn ` | Yes | |
@@ -143,7 +143,7 @@ incompatible expressions.
143143| Signum | ` signum ` | Yes | |
144144| Sin | ` sin ` | Yes | |
145145| Sqrt | ` sqrt ` | Yes | |
146- | Subtract | ` - ` | Yes | ANSI mode is not supported. |
146+ | Subtract | ` - ` | Yes | |
147147| Tan | ` tan ` | Yes | |
148148| TryAdd | ` try_add ` | Yes | Only integer inputs are supported |
149149| TryDivide | ` try_div ` | Yes | Only integer inputs are supported |
0 commit comments