Skip to content

Commit

Permalink
[INLONG-11239][SDK] Transform SQL supports INSTR function (apache#11258)
Browse files Browse the repository at this point in the history
Co-authored-by: ZKpLo <[email protected]>
  • Loading branch information
2 people authored and wohainilaodou committed Oct 8, 2024
1 parent 0e2af2d commit f11491a
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 f11491a

Please sign in to comment.