Commit 284dddd
authored
### Rationale for this change
Add methods for getting child vectors as specific vector subtypes
for convenience.
### What changes are included in this PR?
Add child getters which let the caller specify the target vector type to StructVector.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #37863
Authored-by: James Duong <duong.james@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
1 parent c9674bc commit 284dddd
File tree
2 files changed
+20
-0
lines changed- java/vector/src
- main/java/org/apache/arrow/vector/complex
- test/java/org/apache/arrow/vector
2 files changed
+20
-0
lines changedLines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
377 | 389 | | |
378 | 390 | | |
379 | 391 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
285 | 293 | | |
0 commit comments