aexecute_cql#
- async langchain_community.utilities.cassandra.aexecute_cql(session: Session, query: str, **kwargs: Any) Any [source]#
Execute a CQL query asynchronously.
- Parameters:
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.
- Returns:
The result of the query.
- Return type:
Any