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
Create a function that calls an extractor for a value and compares the result with a fixed value.
The unique name of the phase
The unique name of the phase
(specializeParameters: StringAdd).self
(specializeParameters: StringFormat).self
(specializeParameters: ArrowAssoc[SpecializeParameters]).x
(Since version 2.10.0) Use leftOfArrow
instead
(specializeParameters: Ensuring[SpecializeParameters]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Specialize the AST for edge cases of query parameters. This is required for compiling
take(0)
for some databases which do not allowLIMIT 0
.