https://github.com/Netflix/atlas
Revision ffef30f2c55027b9f7e10b17f89885975ceb44c5 authored by brharrington on 23 January 2018, 17:13:50 UTC, committed by GitHub on 23 January 2018, 17:13:50 UTC
A number of internal libraries have the use-case to
perform rewrites and then simplify the query expression.
This change adds it as a common helper function to the
Query object. In the case of rewrites it is often useful
to ignore terms so it has the option to use special
handling of the not true case so it will get elided rather
than making the overall expression false.
1 parent 9b123f0
History
Tip revision: ffef30f2c55027b9f7e10b17f89885975ceb44c5 authored by brharrington on 23 January 2018, 17:13:50 UTC
add helper function for simplifying a query (#767)
Tip revision: ffef30f

README.md

back to top