[
https://issues.apache.org/jira/browse/ARROW-17289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yaron Gvili updated ARROW-17289:
--------------------------------
Description:
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)`.
Following discussions, this issue ended up covering the following:
*
was: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)`.
> [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
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> 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)`.
> Following discussions, this issue ended up covering the following:
> *
--
This message was sent by Atlassian Jira
(v8.20.10#820010)