Jialin Qiao created IOTDB-457:
---------------------------------
Summary: Remove the constrains of Fill clause
Key: IOTDB-457
URL: https://issues.apache.org/jira/browse/IOTDB-457
Project: Apache IoTDB
Issue Type: Improvement
Reporter: Jialin Qiao
Currently, we must set at lease one fill function in the fill clause, which is
not friently.
For example, select count(s1) from root.sg.d1 where time = 1 Fill(int32[linear])
We'd better remove this constrains and support sql like this:
select count(s1) from root.sg.d1 where time = 1 Fill() or
select count(s1) from root.sg.d1 where time = 1 Fill
--
This message was sent by Atlassian Jira
(v8.3.4#803005)