You can find this information by going to the Query Profile, navigate to the Planning tab, then scroll down to Final Physical Transformation.
Keep in mind this may not be equivalent to your SQL. Dremio will push down what it can, then perform any missing SQL primitives in its own SQL engine. Joins, for example, cannot be pushed down. It may also opt to perform certain tasks in its own engine if it determines that is more efficient than a push down.