mirror of
https://github.com/pikami/cosmium.git
synced 2026-04-20 05:18:52 +01:00
Implement CONTAINS function
This commit is contained in:
@@ -83,6 +83,7 @@ const (
|
||||
FunctionCallStringEquals FunctionCallType = "StringEquals"
|
||||
FunctionCallIsDefined FunctionCallType = "IsDefined"
|
||||
FunctionCallConcat FunctionCallType = "Concat"
|
||||
FunctionCallContains FunctionCallType = "Contains"
|
||||
)
|
||||
|
||||
type FunctionCall struct {
|
||||
|
||||
Reference in New Issue
Block a user