I am using Multicorn with a datasource that can potentially have millions of rows returned for a query, therefore I would like to reduce the amount of data already on the side of the foreign datasource.
So far I only figured out that there's only ways to pass quals and columns to the foreign datasource.
Is there a way to pushdown a LIMIT Expression to the foreign datasource?