Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-19062

Item_sum_variance: move recurrence_m, recurrence_s, count to a separate class

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.4.4
    • OTHER
    • None

    Description

      The class Item_sum_variance has the following members:

        double recurrence_m, recurrence_s;    /* Used in recurrence relation. */
        ulonglong count;
      

      We're going to change recurrence_m and recurrence_s from double to long double, to improve the result precision.

      It makes sense to move these three members into a separate class Stddev and encapsulate the exact internal representation into this class.

      Attachments

        Issue Links

          Activity

            There are no comments yet on this issue.

            People

              bar Alexander Barkov
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.