-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to support big data actions (#112)
* Added `exec_generator` to yield the row instead of collecting it in memory * - added execute_gennerator into client api * - added client.execute_generator generator which consumes connection.execute_generator without client.useConnection * - merged connection.execute_generator into connection.execute behind an `iterator` flag - removed client.execute_generator * - removed note from readme.md * - added documentation for `execute()` method. * Add test * Don't allow using `iterator` with Client.execute() * Fix fmt Co-authored-by: Petru Szemereczki <[email protected]> Co-authored-by: lideming <[email protected]>
- Loading branch information
1 parent
e101b49
commit 6dcab80
Showing
4 changed files
with
101 additions
and
14 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
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