sql_is_not_none¶
- sql_is_not_none(x)[source]¶
Check if x is not None.
- Returns
SQLTriplet representing not None check.
- Return type
- Parameters
x (Union[tiatoolbox.annotation.dsl.SQLExpression, numbers.Number, str, bool]) –
Check if x is not None.
SQLTriplet representing not None check.
x (Union[tiatoolbox.annotation.dsl.SQLExpression, numbers.Number, str, bool]) –