Ali Alsuliman created ASTERIXDB-3614:
----------------------------------------
Summary: 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
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)