You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/06/12 18:42:00 UTC

[jira] [Created] (ARROW-9118) [C++] Add more general BoundsCheck function that also checks for arbitrary lower limits in integer arrays

Wes McKinney created ARROW-9118:
-----------------------------------

             Summary: [C++] Add more general BoundsCheck function that also checks for arbitrary lower limits in integer arrays
                 Key: ARROW-9118
                 URL: https://issues.apache.org/jira/browse/ARROW-9118
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
            Assignee: Wes McKinney
             Fix For: 1.0.0


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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)