Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-2488

Allow UDFs to call Teiid functions

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Do
    • Major
    • None
    • None
    • None
    • None

    Description

      Teiid 8.11 adds the ability to define virtual functions using the standard procedure syntax:

      create virtual function my-func (param1 string) returns string as
      return param1 || 'abc';;

      If function class/method metadata is also defined, it will not be used. Only in and a return parameter are supported. There is not yet a restriction on the definition (a single statement is shown above, but could be a block), but following other databases we may limit the type of statements that are allowed.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sanjeev.gour_jira Sanjeev Gour (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: