-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Select samples from ClickHouse using the native client (#7093)
- Add `FromBlock` trait implementations for extracting the results of the queries we use to fetch data with OxQL and the older interface - Convert field-value insert-select roundtrip tests to use native client - Convert expungement tests to native client - Remove model code for reading / writing JSON rows to the database - Remove code for executing SQL as JSON and returning result as a string - Remove `JSONEachRows` database select format entirely - Closes #6886
- Loading branch information
Showing
13 changed files
with
971 additions
and
1,829 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.