For now, there is no way to do this as far as I know. because Query Variables are UID type.
UPDATE
Before I had written about uid_in, slight mistake. It has to filter with uid itself.
Yes, you must transform the address and state as a Nodes structure. And then use @filter by uid.
Let me explain. Each street, city and state would have unique Nodes. That is, they would have UID of their own. So I would recommend that you create a hierarchical structure for this. So it will be easy even for you to get localized bigdata.
That way your filter would look like this:
var_address_city as city
var_address_state as state
_owns @filter(uid( var_address_city, var_address_state))
#if you are using @reverse
_owns @filter(uid( var_address_city, var_address_state))