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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)
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)