# Function: optimizeUnusedLeftJoinsToFixedPoint()
optimizeUnusedLeftJoinsToFixedPoint(
query,schemaInfo):SelectQuery
Defined in: packages/core/src/transformers/OptimizeUnusedLeftJoins.ts:325
Applies the unused left join optimizer until no further joins can be trimmed, ensuring cascading removals stabilize.