Class Subquery

An explicit subquery. It may contain OuterRef() references to the outer query which will be resolved when it is applied to that query.

Declaration

class Subquery(Expression)
source link

Documentation

Methods

Inherited methods

Subclasses

Reexports