Simply put, I have a cql script that I would like to send to the cluster through cassandra Session, without having to go through cqlsh.
I looked at their APIs and I see nothing to take a CQL script or a way to parse a script into Statementthat could be passed to cassandra Session.
I suppose I could write something that the script itself parses, but it certainly should already exist somewhere in the datastax data code.
source
share