Logical Operators
- Last Updated: March 2, 2015
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 6.0
- Documentation
A logical operator combines the results of two component conditions to produce a single result or to invert the result of a single condition. The following table lists the supported logical operators.
| Operator | Support in Spark SQL |
|---|---|
| NOT ! | Supported |
| AND && | Supported |
| OR || | Supported |