A purely functional Cassandra client built on top of the Datastax Java Driver supporting a variety of effect systems like ZIO & Cats-Effect supporting both Scala 2 & 3
Use the right constraint in encodePrimitiveByIndex. In case of TupleValue it implements SettableByIndex<TupleValue>. This changes the constraint in encodePrimitiveByIndex to use SettableByIndex instead of SettableByName
Use the right constraint in
encodePrimitiveByIndex
. In case ofTupleValue
it implementsSettableByIndex<TupleValue>
. This changes the constraint inencodePrimitiveByIndex
to useSettableByIndex
instead ofSettableByName