mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
test create udf
This commit is contained in:
parent
43de0831d6
commit
28ef0ab1d2
@ -4,7 +4,7 @@
|
||||
UTILITY SCHEMA
|
||||
#}
|
||||
|
||||
- name: utils.udf_hex_to_int
|
||||
{# - name: utils.udf_hex_to_int
|
||||
signature:
|
||||
- [hex, STRING]
|
||||
return_type: TEXT
|
||||
@ -28,7 +28,7 @@
|
||||
RUNTIME_VERSION = '3.8'
|
||||
HANDLER = 'hex_to_int'
|
||||
sql: |
|
||||
{{ python_udf_hex_to_int_with_encoding() | indent(4) }}
|
||||
{{ python_udf_hex_to_int_with_encoding() | indent(4) }} #}
|
||||
|
||||
- name: utils.udf_hex_to_string
|
||||
signature:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user