Commit Graph

1 Commits (df20f7c5ed28e80d2a5640cf1bc3e0f11ee3d424)

Author SHA1 Message Date
Önder Kalacı df20f7c5ed Add support for parametrized execution for subquery pushdown (#1356)
Distributed query planning for subquery pushdown is done on the original
query. This prevents the usage of external parameters on the execution.
To overcome this, we manually replace the parameters on the original
query.
2017-05-10 09:38:48 +03:00