You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which automatically converts the data in base to be of type J. This seems a little elaborate, but I still think I prefer this to adding the functionality to the base ArrowVectors because I think there is a virtue in keeping their deserialization simple.
This would be particularly useful for Arrow.Datestamp and Arrow.Timestamp.
I'm of course open to other suggestions.
The text was updated successfully, but these errors were encountered:
I'd like to add some "conversion wrappers" i.e. something like
which automatically converts the data in
base
to be of typeJ
. This seems a little elaborate, but I still think I prefer this to adding the functionality to the baseArrowVector
s because I think there is a virtue in keeping their deserialization simple.This would be particularly useful for
Arrow.Datestamp
andArrow.Timestamp
.I'm of course open to other suggestions.
The text was updated successfully, but these errors were encountered: