cmu-db / optd

CMU-DB's Cascades optimizer framework
https://cmu-db.github.io/optd/
MIT License
373 stars 22 forks source link

feat: move data and value conversion from `ExplainData` to `From` #137

Closed Gun9niR closed 7 months ago

Gun9niR commented 7 months ago

Move value_to_data and data_to_value to From<&Value> and From<DataType>