Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Since lists can be nested, we should be able store each element as something like list(value = "foo", attributes = list(attr1 = TRUE, attr2 = "baz")) and then we can reconstitute that in the R conversion to transfer the attributes element to attributes.
This will be more efficient (since we get compression on the column + metadata/attributes) and we also will be able to filter these + use them in datasets since each row has all of the information about itself that it needs to roundtrip.
This would get us SF columns for free