substrait-extensions 0.102.0

Packaged Substrait Extension Files
Documentation
%YAML 1.2
---
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: [ NAN, ERROR ]
        return: fp32
      - args:
          - name: x
            value: i32
        options:
          on_domain_error:
            values: [ NAN, ERROR ]
        return: i32