mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-18 05:50:41 +00:00
* feat: adds ColumnarValue and refactor vectors * fix: ConcreteDataType compile error * feat:adds udf/function mods * feat: adds test for common_query crate * feat: adds register_udf api to query engine * feat: adds common_query::error test * refactor: by CR comments * refactor: adds impl_new_concret_type_functions! macro to reduce boilerplate codes * fix: typo