Commit 1c2a20b
authored
feat: implement prune column for schema (#261)
* feat: implement PruneColumn for Schema
* fix: fix bugs for PruneColumn implementation
* test: add test cases for PruneColumn
* fix: fix minor to make more rusty
* fix: fix cargo clippy
* fix: construct expected_type from SchemaBuilder
* fix: more readability
* change return type of prune_column1 parent 0629ad5 commit 1c2a20b
2 files changed
+737
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
115 | 130 | | |
116 | 131 | | |
117 | 132 | | |
| |||
334 | 349 | | |
335 | 350 | | |
336 | 351 | | |
337 | | - | |
| 352 | + | |
338 | 353 | | |
339 | 354 | | |
340 | 355 | | |
| |||
0 commit comments