Add a Map DType
#5844
doki23
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
|
Our medium term plan is to support a Variant DType, allowing for arbitrary JSON-like nested structures with efficient shredding of common columns. For now, it's possible to express Map as |
0 replies
|
We (Spice AI) need Map type support through the DataFusion integration. There are a number of options: First-class DTypeDoes this just duplicate existing types/implementation? List/Struct ConversionExample of basic List/Struct Conversion implementation: https://github.com/spiceai/vortex/pull/21/changes List/Struct could be considered as stop gap for Variant support. An extension arrayPros/cons? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I notice that the
maptype does not appear in theLogical Types, do we have some plan of it?All reactions