Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Impala 1.2.4
-
None
Description
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.
Part of the ANSI definition
<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
Attachments
Issue Links
- Blocked
-
IMPALA-6059 Enhance ltrim() and rtrim() functions to trim any set of characters
- Resolved