scala.slick.driver.AccessDriver
The immutable state of the phase that can also be accessed by other phases.
The immutable state of the phase that can also be accessed by other phases.
Run the phase
Run the phase
The unique name of the phase
The unique name of the phase
(existsToCount: StringAdd).self
(existsToCount: StringFormat).self
(existsToCount: ArrowAssoc[ExistsToCount]).x
(Since version 2.10.0) Use leftOfArrow
instead
(existsToCount: Ensuring[ExistsToCount]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Query compiler phase that rewrites Exists calls in projections to equivalent CountAll > 0 calls which can then be fused into aggregation sub-queries in the fuseComprehensions phase.