Skip to content

Commit

Permalink
feat(isthmus): register Replace SQL function to scalar sigs
Browse files Browse the repository at this point in the history
  • Loading branch information
bvolpato committed Feb 6, 2024
1 parent c547151 commit 05eba1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public class FunctionMappings {
s(SqlStdOperatorTable.FLOOR, "floor"),
s(SqlStdOperatorTable.ROUND, "round"),
s(SqlStdOperatorTable.LIKE),
s(SqlStdOperatorTable.REPLACE, "replace"),
s(SqlStdOperatorTable.SUBSTRING, "substring"),
s(SqlStdOperatorTable.CONCAT, "concat"),
s(SqlStdOperatorTable.CHAR_LENGTH, "char_length"),
Expand Down

0 comments on commit 05eba1d

Please sign in to comment.