Commit 4a97f08
committed
Appender: support primitive lists (1.4)
This is a backport of the PR #398 to `v1.4-andium` stable branch.
This change allows to append to primitive `LIST` columns using the same
methods that were used to append to primitive `ARRAY` columns.
Appending to nested lists or lists of arrays is not yet supported.
Testing: existing tests restructured and extended to cover primitive
`LIST`s.1 parent cd112c6 commit 4a97f08
8 files changed
Lines changed: 1515 additions & 1265 deletions
File tree
- src
- jni
- main/java/org/duckdb
- test/java/org/duckdb
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
0 commit comments