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 b7961ec commit 2423c35Copy full SHA for 2423c35
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