Skip to content

Commit 857fe2c

Browse files
committed
feat(isthmus): udf support for substrait<->calcite
# Conflicts: # isthmus/src/main/java/io/substrait/isthmus/SqlToSubstrait.java
1 parent 556847b commit 857fe2c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
%YAML 1.2
2+
---
3+
scalar_functions:
4+
- name: "regexp_extract"
5+
impls:
6+
- args:
7+
- name: "text"
8+
value: string
9+
- name: "pattern"
10+
value: string
11+
return: string

0 commit comments

Comments
 (0)