@vvysotskyi Just setters are added, I think others should work as before.
![comparision](https://user-images.githubusercontent.com/1677203/46063259-d954b180-c19e-11e8-96f7-3a4645161c32.png)
The setup time of Filter changes with or without my change, following my step:
1. toggle the state of exec.optimize_function_compilation
2. query with sql, this one has no cache(the code generated by different state 
of exec.optimize_function_compilation is not the same): 
`SELECT full_name, hire_date FROM cp.`employee.json` where last_name = 
'Bernard' and hire_date >= '1990-01-01 00:00:00.0';`
3. change the constants in sql, hire_date is changed:
`SELECT full_name, hire_date FROM cp.`employee.json` where last_name = 
'Bernard' and hire_date >= '1990-01-02 00:00:00.0';`
4. see the profile of the second time in the above

[ Full content available at: https://github.com/apache/drill/pull/1481 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to