File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -211,11 +211,10 @@ def execute(self,
211211 entirety. Results are either returned right away (if the result set
212212 is small enough), or stored server-side and accessible via cursors
213213 (while respecting the ttl). You should use this parameter only for
214- short-running queries or without exclusive locks (write-locks on
215- MMFiles). Note: parameters **cache**, **count** and **full_count**
216- do not work for streaming queries. Query statistics, warnings and
217- profiling data are made available only after the query is finished.
218- Default value is False.
214+ short-running queries or without exclusive locks. Note: parameters
215+ **cache**, **count** and **full_count** do not work for streaming
216+ queries. Query statistics, warnings and profiling data are made
217+ available only after the query is finished. Default value is False.
219218 :type stream: bool
220219 :param skip_inaccessible_cols: If set to True, collections without user
221220 access are skipped, and query executes normally instead of raising
You can’t perform that action at this time.
0 commit comments