Do you have any plan to support simple IN operator ?
I see that this library is still a work in progress.
Have you considered adding IN operator support ?
A simple IN operator dealing with string,long,double values would be a great addition.
example,
IN('US','UK','IN','NZ')
IN(1,2,3)