Support EXISTS subquery over related entity and other non-UNNEST subquery shapes

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: Query
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      EXISTS subquery shapes that do not match the EXISTS-over-UNNEST pattern (e.g. WHERE EXISTS (FROM OtherEntity e WHERE e.x = c.x), EXISTS with GROUP BY, EXISTS with UNION/QueryGroup) are not yet supported and currently throw FeatureNotSupportedException.

      The most useful case is EXISTS over a related entity collection, which would require a different MQL translation strategy (e.g. $lookup-based correlated subquery).

            Assignee:
            Unassigned
            Reporter:
            Jeffrey Yemin
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: