Skip to content

[C++] FixedSizeListBuilder should have UnsafeAppend methods #45723

@pitrou

Description

@pitrou

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++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions