Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-5821

Allow insert expressions that can be pushed to be pushed

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 13.0, 12.3.1
    • None
    • Query Engine
    • None

      Insert expressions are always being pre-evaluated. For example with:

      create foreign table t (col object) options (updatable true);
      create foreign function foo (param string) returns object;

      Executing:

      insert into t (col) values (foo('1'))

      will be split into two source executions - one to evaluate the function and another to perform the insert.

            rhn-engineering-shawkins Steven Hawkins
            rhn-engineering-shawkins Steven Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: