IsNotNull

Bases: Condition

Implementation of is not null value check.

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

    pass