Open vanillajonathan opened 1 year ago
We'd need to:
hash
and then an parameter for the type of hash
? Or we just offer sha2
at first, with only a parameter for the value?Brief note:
let foo = sha3_512("Hello world!")
This would be let foo = sha_bar "Hello world!"
, no parentheses
Discussed in https://github.com/PRQL/prql/discussions/1768