[ 
https://issues.apache.org/jira/browse/ASTERIXDB-3614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955513#comment-17955513
 ] 

ASF subversion and git services commented on ASTERIXDB-3614:
------------------------------------------------------------

Commit fc21639e64e6ac1089587ba21849d0b607c69f19 in asterixdb's branch 
refs/heads/master from Ali Alsuliman
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=fc21639e64 ]

[ASTERIXDB-3614][FUN] Add sha1() and from_base() functions

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
sha1_hex(text string) -> string:
Returns the sha1 of the input text in hex string.

sha1_base64(text string) -> string:
Returns the sha1 of the input text in base64 string.

from_base(num string, radix int) -> bigint:
Returns the value of num string interpreted as a base-radix number.

Ext-ref: MB-66996
Change-Id: Iebabd219ffa2f3c1fd0090996cab9440c294701c
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19827
Tested-by: Ali Alsuliman <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Peeyush Gupta <[email protected]>


> Add sha1() and from_base() functions
> ------------------------------------
>
>                 Key: ASTERIXDB-3614
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3614
>             Project: Apache AsterixDB
>          Issue Type: Task
>          Components: FUN - Functions
>            Reporter: Ali Alsuliman
>            Assignee: Ali Alsuliman
>            Priority: Major
>              Labels: triaged
>
> sha1_hex(text string) -> string:
> Returns the sha1 of the input text in hex string.
> sha1_base64(text string) -> string:
> Returns the sha1 of the input text in base64 string.
> from_base(num string, radix int) -> bigint:
> Returns the value of string interpreted as a base-radix number.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to