SHA1
Last updated
Last updated
Hashes the input using SHA-1
.
SHA1(input)
input
string
Returns a string
value.
'hello world'
2aae6c35c94fcfb415dbe95f408b9ce91ee846ed
CREATE JOB function_operator_example
ADD_MISSING_COLUMNS = true
AS INSERT INTO default_glue_catalog.upsolver_samples.orders_transformed_data
MAP_COLUMNS_BY_NAME
SELECT input,
SHA1(input) AS Output
FROM default_glue_catalog.upsolver_samples.orders_raw_data
LET input = 'hello world'
WHERE $commit_time BETWEEN run_start_time() AND run_end_time()
LIMIT 1;
'hello world'
2aae6c35c94fcfb415dbe95f408b9ce91ee846ed