Search before asking
Description
As descriptions in #16561
Now Doris already supports DATETIMEV2 which could have precision up to microseconds. But function microseconds_add is not supported yet
CREATE TABLE datetime_table (date datetime(3) NOT NULL COMMENT '数据灌入日期时间' ) distributed by hash(date) buckets 1 properties("replication_num"="1");

Solution
- Introduce new TimeUnit
MICROSECONDS to vdatetime_value
date_add_interval computation should handle MICROSECONDS unit
Are you willing to submit PR?
Code of Conduct