mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-09 14:52:58 +00:00
* feat: let instance hold plugins * feat: add sql query interceptor definition * docs: add comments to key apis * feat: add implementation for pre-parsing and post-parsing * feat: add post_execute hook * test: add tests for interceptor * chore: add license header * fix: clippy error * Update src/cmd/src/frontend.rs Co-authored-by: LFC <bayinamine@gmail.com> * refactor: batching post_parsing calls * refactor: rename AnyMap2 to Plugins * feat: call pre_execute with logical plan empty at the moment Co-authored-by: LFC <bayinamine@gmail.com>