You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "felipecrv (via GitHub)" <gi...@apache.org> on 2023/06/30 17:53:38 UTC

[GitHub] [arrow] felipecrv opened a new issue, #36414: [C++] Add missing type_traits.h predicate: is_var_length_list()

felipecrv opened a new issue, #36414:
URL: https://github.com/apache/arrow/issues/36414

   ### Describe the enhancement requested
   
   The other predicates have a templated predicate and a constexpr function that takes a type id. `is_var_length_list_type<>` is missing its `is_var_length_list()` counterpart.
   
   A table summarizing the predicates for all the list-related type predicates so far:
   
     | Predicate                 | `Map` | `LargeList` | `List` | `FixedList` |
     |---------------------------|-------|-------------|--------|-------------|
     | `is_var_length_list_type` |   X   |      X      |   X    |             |
     | `is_list_type`            |       |      X      |   X    |     X       |
     | `is_list_like_type`       |   X   |      X      |   X    |     X       |
     | `is_fixed_size_list_type` |       |             |        |     X       |
   
   
   
   ### Component(s)
   
   C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou closed issue #36414: [C++] Add missing type_traits.h predicate: is_var_length_list()

Posted by "pitrou (via GitHub)" <gi...@apache.org>.
pitrou closed issue #36414: [C++] Add missing type_traits.h predicate: is_var_length_list()
URL: https://github.com/apache/arrow/issues/36414


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org