You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Executes a query against an Analytics cluster in async mode.
149
+
150
+
.. seealso::
151
+
:meth:`acouchbase_analytics.Scope.start_query`: For how to execute scope-level queries.
152
+
153
+
Args:
154
+
statement: The SQL++ statement to execute.
155
+
options (:class:`~acouchbase_analytics.options.StartQueryOptions`): Optional parameters for the query operation.
156
+
**kwargs (Dict[str, Any]): keyword arguments that can be used in place or to override provided :class:`~acouchbase_analytics.options.StartQueryOptions`
157
+
158
+
Returns:
159
+
:class:`~acouchbase_analytics.query_handle.AsyncQueryHandle`: An instance of a :class:`~acouchbase_analytics.query_handle.AsyncQueryHandle`
0 commit comments