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: Stalled (View Workflow)
    • Major
    • Resolution: Unresolved
    • 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

        Issue Links

          Activity

            People

              allen.herrera Allen Herrera
              susil.behera Susil Behera
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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