---
urn: extension:org.example:double_function
scalar_functions:
-
name: "double"
description: "Double the value"
impls:
- args:
- name: x
value: fp32
options:
on_domain_error:
values:
return: fp32
- args:
- name: x
value: i32
options:
on_domain_error:
values:
return: i32