Adding a filter to the query in #271 results in segfaults. ``` lbug> match (a:demo.user)-[b:lives_in2]->(c:demo.city) where c.population > 80000 return a.*, b.*, c.*; ```