Is there anyway to bind to an SQL IN statement using Cassandra and the datastax driver?
I will be passing a variable amount of parameters to the SQL in statement.
Is there anyway to bind to an SQL IN statement using Cassandra and the datastax driver?
I will be passing a variable amount of parameters to the SQL in statement.
I figured this one out. I needed to use the setList parameter in Boundstatement.