How to force an index in a SQL query?

I try to speed up some SQL queries and would love to add a “FORCE INDEX (indexName)” into a query while using the TableGateway pattern - does laminas-db provide any method to do so without writing raw queries?

Take a look at expressions: SQL Abstraction - laminas-db - Laminas Docs