suspend fun CassandraClient.executeAwait(query: String): ResultSet
Execute the query and provide a handler for consuming results.
resultHandler
- handler called when result of execution is present, but can be not fully fetched
Returncurrent
Cassandra client instance *