Skip to content

Commit

Permalink
fix: add back supported postgres kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jul 27, 2023
1 parent 405aa0b commit 76fa349
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions dialects/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,29 +78,8 @@ scalar_functions:
- fp32
result: fp32
- name: power
unsupported_kernels:
- args:
- i8
result: i8
- args:
- fp32
result: fp32
- name: sqrt
unsupported_kernels:
- args:
- i8
result: i8
- args:
- fp32
result: fp32
- name: exp
unsupported_kernels:
- args:
- i8
result: i8
- args:
- fp32
result: fp32
- name: factorial
- name: abs
required_options:
Expand Down

0 comments on commit 76fa349

Please sign in to comment.