atoti.ExternalColumn.isnull()#
- ExternalColumn.isnull()#
Return a condition evaluating to
Truewhen the element evaluates toNoneandFalseotherwise.Use ~obj.isnull() for the opposite behavior.
- Return type:
RelationalCondition[+IdentifierT_co, Literal[‘EQ’], NoneType]