Skip to content

[Java] Support concating validity bits efficiently #23381

@asfimport

Description

@asfimport

For scenarios when we need to concate vectors (like the scenario in ARROW-7048, and delta dictionary), we need a way to concat validity bits.

Currently, we have bit level API to read/write individual validity bit. However, it is not efficient , and we need a way to copy more bits at a time.

Reporter: Liya Fan / @liyafan82
Assignee: Liya Fan / @liyafan82

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-7072. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions