You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Yaron Gvili (Jira)" <ji...@apache.org> on 2022/08/02 19:48:00 UTC

[jira] [Created] (ARROW-17289) [C++] Add type category membership checks

Yaron Gvili created ARROW-17289:
-----------------------------------

             Summary: [C++] Add type category membership checks
                 Key: ARROW-17289
                 URL: https://issues.apache.org/jira/browse/ARROW-17289
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Yaron Gvili
            Assignee: Yaron Gvili


Currently, type categories are only available as vectors, e.g., the category of integer types is available via `arrow::IntTypes()`. This issue will add type category membership test, e.g. `arrow::IsIntType(type)`.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)