mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-13 16:52:56 +00:00
* feat: add describe statement to query_engine * feat: add ability to describe statement for sql handler * refactor: return schema instead of wrapped ref * test: resolve tests * feat: add initial support for prepared statements * feat: add parameter types to query statement * test: fix parser test * chore: add todo task * fix: turn on integer_datetime for binary timestamp * fix: format string using single quote * test: add tests for prepared statement * Apply suggestions from code review Co-authored-by: LFC <bayinamine@gmail.com> * refactor: use stream api from recordbatches --------- Co-authored-by: LFC <bayinamine@gmail.com>