isPresent property

Expr<bool> get isPresent

SQL expression testing whether this joined occurrence has a row.

Implementation

Expr<bool> get isPresent =>
    Expr.internal(PresenceNode(this), Codecs.integer.nullable()).isNotNull();