Ask a question to get started
Enter to sendā¢Shift+Enter new line
Execute a CQL query asynchronously.
aexecute_cql( session: Session, query: str, **kwargs: Any = {} ) -> Any
session
Session
The Cassandra session to use.
query
str
The CQL query to execute.
kwargs
Any
{}
Additional keyword arguments to pass to the session execute method.