georgia-tech-db / evadb

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

Add support for Update query/executor #1414

Open JohnRamberger opened 12 months ago

JohnRamberger commented 12 months ago

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