-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameter values as Apache Arrow objects #353
Comments
Very good, I'd be looking forward to see the results! I understand you plan to keep the 'public' API from |
I am not planning to change The new module ( |
Sounds good! But |
In fact, I am going to drop |
(This issue is not about the binary blobs we have in the 'value' column of 'parameter_value' table in Spine database scheme.)
We have been discussing using Apache Arrow as an alternative for the data structures in
parameter_value
module. To get things rolling, I though I could get my hands dirty with Arrow by implementing an equivalent toparameter_value
module which deals with Arrow tables instead ofTimeSeries
,Maps
and whatnot. Initially, this will be more like a technological demo or proof-of-concept. Also, I am not planning to replaceparameter_value
, rather provide an alternative interface for parsing parameter values.The text was updated successfully, but these errors were encountered: