Logical operators
- Last Updated: August 6, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 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 HiveQL |
|---|---|
| NOT ! | Supported |
| AND && | Supported |
| OR || | Supported |