You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Sujith (JIRA)" <ji...@apache.org> on 2016/09/23 07:15:21 UTC

[jira] [Created] (CARBONDATA-270) [Filter Optimization] double data type value comparison optimization

Sujith created CARBONDATA-270:
---------------------------------

             Summary: [Filter Optimization] double data type value comparison optimization
                 Key: CARBONDATA-270
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-270
             Project: CarbonData
          Issue Type: Improvement
          Components: core
            Reporter: Sujith
            Assignee: Sujith
            Priority: Minor


EqualsToExpression evaluation for double values first check for the equality of nan values and then the double value comparison happens, since nan comparison scenarios are rare we can push the comparison of nan after the double value comparison.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)