Steve Yurong Su created IOTDB-3263:
--------------------------------------

             Summary: Support filtering null in expressions for mpp cluster
                 Key: IOTDB-3263
                 URL: https://issues.apache.org/jira/browse/IOTDB-3263
             Project: Apache IoTDB
          Issue Type: Task
            Reporter: Steve Yurong Su
            Assignee: Steve Yurong Su


Examples:

select s1, s2 where s2 != null;

select s1, s2 where s1 != null and s2 != null;

select s1, s2 where s1 != null and s2 == null;

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to