You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had code that computed the column on which a filter is going to be
applied on. This depended upon the input variables, e.g. when computing
`a(x, y, z), 2 * x > z`, the less-than filter should be applied on
column `z` as the value for `x` has to be bound when computing the
filter. The code that finds the last occurrence of a variable panicked
if the filter did not contain any variable.
To fix this I simply assign constant filters to the first column.
Fixes#500.
0 commit comments