Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The user will provide:
- Data type subclass that can indicate the physical storage type
- "get state" and "set state" functions for serializing custom metadata to bytes
- An optional function for "boxing" scalar values from the physical array storage
Internally, this will build on an analogous C++ API for defining user data types
Attachments
Issue Links
- is depended upon by
-
ARROW-2428 [Python] Add API to map Arrow types (including extension types) to pandas ExtensionArray instances for to_pandas conversions
- Resolved
- is related to
-
ARROW-5610 [Python] Define extension type API in Python to "receive" or "send" a foreign extension type
- Resolved
- links to