def execute_cql3_query(self, query, compression, consistency):""" Parameters: - query - compression - consistency """self.send_execute_cql3_query(query, compression, consistency)return self.recv_execute_cql3_query()
--
You received this message because you are subscribed to the Google Groups "pycassa-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pycassa-discu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.