Sign in
apache
/
ignite
/
master
/
.
/
modules
/
calcite
/
src
/
test
/
sql
/
function
/
string
/
sha1.test
blob: 42851c09d51fb7ffb80b59c0a8ad08bf980c291f [
file
] [
log
] [
blame
]
# name: test/sql/function/string/sha1.test
# description: Test the SHA1 function
# group: [string]
query II
select
sha1
(
'hello'
),
sha1
(
NULL
)
----
aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d
NULL