arrow icon indicating copy to clipboard operation
arrow copied to clipboard

[Python] Use C++ type traits for nested types in types.py

Open danepitkin opened this issue 11 months ago • 0 comments

Describe the enhancement requested

types.py redefines type traits such as is_nested() that is already defined in type_traits.h/cc. Could we import and use the C++ type traits instead?

See https://github.com/apache/arrow/pull/40265/files#r1505826814

Component(s)

Python

danepitkin avatar Feb 28 '24 19:02 danepitkin