Implement INDEX_OF function

This commit is contained in:
Pijus Kamandulis
2024-02-22 22:12:52 +02:00
parent 6a40492c7b
commit 59632ec966
7 changed files with 446 additions and 306 deletions

View File

@@ -86,6 +86,7 @@ const (
FunctionCallContains FunctionCallType = "Contains"
FunctionCallEndsWith FunctionCallType = "EndsWith"
FunctionCallStartsWith FunctionCallType = "StartsWith"
FunctionCallIndexOf FunctionCallType = "IndexOf"
)
type FunctionCall struct {