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

Add support for user defined functions/stored functions (UDFs)

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • N/A
    • None
    • Server version: 10.5.6
      MCS version: 1.5.4-1

    Description

      Like InnoDB engine, Columnstore should also support user defined functions.

      CREATE TABLE t1(number INT) Engine=Columnstore;
      INSERT INTO t1 VALUEs(1),(2),(3),(4),(5),(6);
      CREATE FUNCTION square(num INT) RETURNS INT RETURN(num * num);
      SELECT number, square(number) FROM t1;
      ERROR 1178 (42000): The storage engine for the table doesn't support IDB-1017: Stored function is currently not supported in Columnstore.

      Attachments

        Activity

          People

            toddstoffel Todd Stoffel (Inactive)
            susil.behera susil.behera
            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.