Skip to content

Commit

Permalink
[INLONG-11239][SDK] Transform SQL supports INSTR function (#11258)
Browse files Browse the repository at this point in the history
Co-authored-by: ZKpLo <[email protected]>
  • Loading branch information
Zkplo and ZKpLo authored Oct 8, 2024
1 parent 5205340 commit 2e93856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* - returns 0 if not found
* - returns NULL if any of arguments is NULL
*/
@TransformFunction(names = {"locate"})
@TransformFunction(names = {"locate", "instr"})
public class LocateFunction implements ValueParser {

private ValueParser stringParser1;
Expand Down

0 comments on commit 2e93856

Please sign in to comment.