We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ff295 commit 377fb7bCopy full SHA for 377fb7b
pkg/primitive/select.go
@@ -26,3 +26,7 @@ func (s *Select) Execute(args []interface{}) (interface{}, error) {
26
}
27
return falseValue, nil
28
29
+
30
+func init() {
31
+ RegisterPrimitive(&Select{})
32
+}
0 commit comments