any method

Expr<bool> any()

Builds a correlated SQL EXISTS expression for the filtered relationship.

Apply it before take or skip; paginated relationships are rejected.

Implementation

Expr<bool> any() =>
    Expr.internal(RelationSubqueryNode(this, false), Codecs.boolean);