mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
* chore: remove useless Option type in plugins (#1544) Co-authored-by: paomian <qtang@greptime.com> * chore: remove useless Option type in plugins (#1544) Co-authored-by: paomian <qtang@greptime.com> * chore: remove useless Option type in plugins (#1544) Co-authored-by: paomian <qtang@greptime.com> * chore: remove useless Option type in plugins (#1544) Co-authored-by: paomian <qtang@greptime.com> * feat: first commit for time type * feat: impl time type * fix: arrow vectors type conversion * test: add time test * test: adds more tests for time type * chore: style * fix: sqlness result * Update src/common/time/src/time.rs Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com> * chore: CR comments --------- Co-authored-by: localhost <xpaomian@gmail.com> Co-authored-by: paomian <qtang@greptime.com> Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com>
4 lines
93 B
SQL
4 lines
93 B
SQL
-- SQLNESS REPLACE (\d+:\d+:\d+\.\d+) TIME
|
|
-- SQLNESS REPLACE [\s\-]+
|
|
select current_time();
|