IsNull

Bases: Condition

Implementation of is null value check.

Source code in valor/schemas/symbolic/operators.py
class IsNull(Condition):
    """Implementation of is null value check."""

    pass