OPAL Boolean Functions¶
Function |
Description |
---|---|
Generate a boolean value of the argument value. |
|
Returns a null value of type bool. This is important… |
|
Returns true if the |
|
Returns true if string |
|
Return true if A is equal to B. |
|
Return true if A is strictly greater than B. |
|
Return true if A is greater than or equal to B. |
|
Return true if the argument has the null value. |
|
Returns true if subject matches pattern (case-sensit… |
|
Return true if A is strictly less than B. |
|
Return true if A is less than or equal to B. |
|
Return true if the argument input string or object… |
|
Return true if A is not equal to B. |
|
Given a column and path, return whether the JSON… |
|
Return true if the |
|
Returns true if string starts with expr. |