-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
in: query-parserEverything related to parsing JPQL or SQLEverything related to parsing JPQL or SQLstatus: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: taskA general taskA general task
Description
The transformer design creates excessive array lists on each operation. While this seems appropriate for query rewrite (applying Sort
, deriving a COUNT
query), detecting projections, aliases, and constructor expressions follows the same scheme.
We should reuse the results from parsing/visting passes and reduce the amount of model visits.
Metadata
Metadata
Assignees
Labels
in: query-parserEverything related to parsing JPQL or SQLEverything related to parsing JPQL or SQLstatus: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: taskA general taskA general task