-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use generator for stream results (#926)
* feat: use iterator for query results * use iterator as suggested in comments * remove unnecessary class * more iterators * undo adding await * address comments * undo bundle change * undo bundle change * cleanups and docstrings * fix type hint * unit tests * lint * skip tests with anext for python < 3.10 * lint * address comments * lint * fix type hint * type hint * sys test debug * sys test debug * undo change for debug * address comment * system test debug * undo system test debug code
- Loading branch information
Showing
16 changed files
with
703 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.