Ok, let's say my absolute finite subset of strings is "abc", "def", "ghi", and "jkl".
I have a query which selects from table "foo" (which only has rows with a subset of that possible set of finite string values in its rows). This result set might look like this:
'foo':
| str | val...