Adds an 'between' expression to 'where' clause.
expression
Find between<T>(String column, T low, T high) => and(q.between<T>(column, low, high));