-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start setting up flightsql pagination (#163)
This adds basic pagination for FlightSQL. Only basic because for this initial implementation it only paginates over records in a record batch. It does not yet handle paginating over multiple record batches. The structure is in place for that (with `take_record_batches` but implementation details need to be figured out.
- Loading branch information
1 parent
a35c340
commit a293817
Showing
16 changed files
with
698 additions
and
279 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.