skip to main content
SQL Functionality for the Driver for Apache Spark SQL : SQL Expressions : Logical Operators
  

Try DataDirect Drivers Now

Logical Operators

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.
Table 7. Logical Operators Supported
Operator
Support in Spark SQL
NOT !
Supported
AND &&
Supported
OR ||
Supported