-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: experimental support for further nested types (#318)
* kinda working * add more docs * iterate on struct support * start on map support * amend type enum * add initial array support * add conversion between DataType and Type * add full test_all_types() test * add basic union read support * use better data structures * chore: fix up imports * Update test_all_types.rs * clippy
- Loading branch information
Showing
7 changed files
with
471 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1003,7 +1003,6 @@ mod test { | |
} | ||
|
||
mod query_and_then_tests { | ||
|
||
use super::*; | ||
|
||
#[derive(Debug)] | ||
|
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.