Commit Graph

1 Commits (5d9f3ae7fd172abadf5171962189ea3a94f771cf)

Author SHA1 Message Date
Önder Kalacı 3ec502b286 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