apache / apache/arrow

[C++] FixedSizeListBuilder should have UnsafeAppend methods

Open
#45,723 11 comments 0 reactions 1 assignee Claimed by @cramosme View on GitHub
Component: C++ good-first-issue Type: enhancement
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

### Describe the enhancement requested

The following methods are missing from `FixedSizeListBuilder` and would be useful for high-performance fixed-size-list array building:

* `void UnsafeAppend()`
* `void UnsafeAppendNull()`
* `void UnsafeAppendNulls(int64_t length)`

Ideally the PR should also grep through the source code and convert candidate call sites to the new APIs.

### Component(s)

C++

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.