Yuan Tian created IOTDB-3952:
--------------------------------
Summary: Delete duplicated time filter in FilterOperator
Key: IOTDB-3952
URL: https://issues.apache.org/jira/browse/IOTDB-3952
Project: Apache IoTDB
Issue Type: Improvement
Reporter: Yuan Tian
Assignee: liaolanyu
select s1 from root.sg.d wher time > 1 and time < 10 and s1 > 2;
Even if we've push TimeFilter down to SeriesScanOperator, we still do this
compare in FilterOperator.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)