All functions > LOGICAL
All functions in the LOGICAL category.
| Function | DuckDB | Trino | Serving | Description |
|---|---|---|---|---|
AND | ✓ | ✓ | ✓ | Returns TRUE when both boolean operands are TRUE. |
OR | ✓ | ✓ | ✓ | Returns TRUE when at least one boolean operand is TRUE. |
NOT | ✓ | ✓ | ✓ | Returns FALSE if the operand is TRUE, TRUE if it is FALSE. |
Summary
Functions in this category: 3
This documentation is automatically generated from the FeatureMesh registry.