[teiid-issues] [JBoss JIRA] (TEIID-3125) Netezza translator - add support for the LIKE_REGEX predicate.

Steven Hawkins (JIRA) issues at jboss.org
Wed Sep 9 14:51:00 EDT 2015


    [ https://issues.jboss.org/browse/TEIID-3125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107127#comment-13107127 ] 

Steven Hawkins commented on TEIID-3125:
---------------------------------------

> What needs to be done to get the rest of the functions supported? Or are you saying, the user must model them as push down to make them work?

It depends on what is meant by the level of support:

As a UDF it's a modeling exercise.
As a pushdown funciton, it's a minor amount of translator work.
As system functions that can pushdown to Netezza it's a significant amount of work.

> Netezza translator - add support for the LIKE_REGEX predicate.
> --------------------------------------------------------------
>
>                 Key: TEIID-3125
>                 URL: https://issues.jboss.org/browse/TEIID-3125
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Misc. Connectors
>            Reporter: Debbie Steigner
>            Assignee: Steven Hawkins
>             Fix For: 8.9
>
>
> With version 6 of Jboss DV the Netezza translator doesn't support the LIKE_REGEX predicate.
> Netezza doesn't support regular expression by default, but with the installation of SQL Extensions toolkit this functionality is added. After installation Netezza provide the regular expression functions:
> regexp_extract()
> regexp_extract_all()
> regexp_extract_all_sp()
> regexp_extract_sp()
> regexp_instr()
> regexp_like()
> regexp_match_count()
> regexp_replace()
> regexp_replace_sp()
> IBM Netezza SQL Extensions toolkit is an optional package for IBM Netezza data warehouse appliances.
> After installing this toolkit on Netezza and requires that regular expression in JBoss DV syntax are pushed down (delegated) to Netezza to prevent that filtering in the Jboss DV server most be done.
> So please provide a configurable option in the Netezza translator of Jboss DV by which we can enable the LIKE_REGEX predicate for Netezza. This option when enabled will assume that the Netezza SQL extension toolkit is installed and the function regexp_like() is available.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list