-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I am contemplating doing something where I may need / want (dense) matrix support, and I have been thinking that an approach similar to what R does (i.e. have it be a vector that happens to have a dimension attribute) may be an option by sticking a dimension vector into the void* private_data
slot. This seems both 'hackish' yet somewhat obvious.
Or am I missing existing prior work elsewhere? Has there really not been any other work where matrices are being passed around via the arrow interface? Thanks in advance for any pointers, or even just a blank 'you are nuts and here is why ...'.
JosiahParry
Metadata
Metadata
Assignees
Labels
No labels