You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Zoram Thanga (JIRA)" <ji...@apache.org> on 2019/03/28 18:23:01 UTC

[jira] [Assigned] (IMPALA-889) Add trim() function matching ANSI SQL definition

     [ https://issues.apache.org/jira/browse/IMPALA-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoram Thanga reassigned IMPALA-889:
-----------------------------------

    Assignee:     (was: Zoram Thanga)

> Add trim() function matching ANSI SQL definition
> ------------------------------------------------
>
>                 Key: IMPALA-889
>                 URL: https://issues.apache.org/jira/browse/IMPALA-889
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Backend
>    Affects Versions: Impala 1.2.4
>            Reporter: Jonathan Seidman
>            Priority: Minor
>              Labels: ansi-sql, built-in-function, ramp-up
>
> Add support for an ISO-SQL compliant trim() function, i.e. trim([leading | trailing | both] [characters] from string). Lack of this impacts users of BI tools migrating existing SQL from other systems.
> Reference: https://my.vertica.com/docs/8.1.x/HTML/index.htm#Authoring/SQLReferenceManual/Functions/String/TRIM.htm
> Part of the ANSI definition
> {noformat}
> <trim function> ::=
>   TRIM <left paren> <trim operands> <right paren>
> <trim operands> ::=
>   [ [ <trim specification> ] [ <trim character> ] FROM ] <trim source>
> <trim source> ::=
>   <character value expression>
> <trim specification> ::=
>     LEADING
>   | TRAILING
>   | BOTH
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org