georgia-tech-db / evadb

Database system for AI-powered apps
https://evadb.ai/docs
Apache License 2.0
2.6k stars 261 forks source link

Add support for Update query/executor #1414

Open JohnRamberger opened 6 months ago

JohnRamberger commented 6 months ago

Adds support for Update queries to EvaDB. This change adds Update Statement, Plan, and Executor. It also modifies StorageEngine to add .update()