Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-624

MariaDB 10.2 WF create MEDIAN, PERCENTILE_CONT and PERCENTILE_DISC Window functions

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • None
    • Icebox
    • N/A

    Description

      These are not implemented in MariaDB 10.2 but exist in columnstore 1.0

      Attachments

        Issue Links

          Activity

            MEDIAN is also not supported by MariaDB 10.2. MEDIAN is a short cut for PERCENTILE_CONT(0.5)

            David.Hall David Hall (Inactive) added a comment - MEDIAN is also not supported by MariaDB 10.2. MEDIAN is a short cut for PERCENTILE_CONT(0.5)

            For definition of these three functions see For supported syntax of MariaDB ColumnStore window functions see https://mariadb.com/kb/en/mariadb/columnstore-window-functions/

            dshjoshi Dipti Joshi (Inactive) added a comment - For definition of these three functions see For supported syntax of MariaDB ColumnStore window functions see https://mariadb.com/kb/en/mariadb/columnstore-window-functions/
            jan.reges Ján Regeš added a comment -

            Hi, will be these functions in MariaDB 10.3 and usable also for other engines like an InnoDB, MYISAM, ...?

            jan.reges Ján Regeš added a comment - Hi, will be these functions in MariaDB 10.3 and usable also for other engines like an InnoDB, MYISAM, ...?
            Juan Juan Telleria added a comment -

            Could we see these (MEDIAN, PERCENTILE_CONT and PERCENTILE_DISC) also as aggregate functions (GROUP BY Functions)?

            Thank you,
            Juan

            Juan Juan Telleria added a comment - Could we see these (MEDIAN, PERCENTILE_CONT and PERCENTILE_DISC) also as aggregate functions (GROUP BY Functions)? Thank you, Juan

            When created, these will be Window and aggregate capable. MEDIAN is currently available for columnstore 1.2. It is not currently available for other engines. MEDIAN is not automatically included. You must run:

            CREATE AGGREGATE FUNCTION median returns REAL soname 'libudf_mysql.so';

            from the mcsmysql prompt.

            David.Hall David Hall (Inactive) added a comment - When created, these will be Window and aggregate capable. MEDIAN is currently available for columnstore 1.2. It is not currently available for other engines. MEDIAN is not automatically included. You must run: CREATE AGGREGATE FUNCTION median returns REAL soname 'libudf_mysql.so'; from the mcsmysql prompt.

            Item is out of date. Closing due to inactivity. If you feel this was done in error please open a new ticket.

            toddstoffel Todd Stoffel (Inactive) added a comment - Item is out of date. Closing due to inactivity. If you feel this was done in error please open a new ticket.

            People

              toddstoffel Todd Stoffel (Inactive)
              David.Hall David Hall (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              7 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.