Implement IN function

This commit is contained in:
Pijus Kamandulis
2024-02-24 17:26:16 +02:00
parent 332be181ef
commit f37c664c1a
7 changed files with 394 additions and 154 deletions

View File

@@ -88,6 +88,7 @@ const (
FunctionCallStartsWith FunctionCallType = "StartsWith"
FunctionCallIndexOf FunctionCallType = "IndexOf"
FunctionCallToString FunctionCallType = "ToString"
FunctionCallIn FunctionCallType = "In"
)
type FunctionCall struct {