Skip to content

[C++] Add more general BoundsCheck function that also checks for arbitrary lower limits in integer arrays #25230

@asfimport

Description

@asfimport

See ARROW-9083. The current IndexBoundsCheck is specialized to skip a comparison for unsigned integers and uses 0 as the lower bound for signed integers. This could be generalized so that we could check e.g. if int64 values will fit in the int32 range

Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm

Related issues:

Note: This issue was originally created as ARROW-9118. 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