Create an expression that checks if the HLL bin contains all keys in list..
A bin expression to apply this function to.
A list expression of keys to check if the HLL may contain them.
1 bin contains all of list, 0 otherwise.
Create an expression that checks if the HLL bin contains all keys in list..