Commit 90f39e8
authored
refactor: Split schema module to multi file module (#989)
close #981
- `Schema` and `SchemaBuilder` are kept in `schema/mod.rs`
- All other individual functions (along with the tests) are moved into a
new file.
Signed-off-by: xxchan <[email protected]>1 parent 8fd343d commit 90f39e8
File tree
9 files changed
+2933
-2784
lines changed- crates/iceberg/src
- expr
- spec
- schema
9 files changed
+2933
-2784
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
946 | | - | |
| 946 | + | |
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
| |||
0 commit comments