diff --git a/executor.go b/executor.go index 036d1572d..f5fc4fa2c 100644 --- a/executor.go +++ b/executor.go @@ -90,7 +90,7 @@ func emptyResult(c *pql.Call) interface{} { return false case "Row": - return Row{Keys: []string{}} + return &Row{Keys: []string{}} case "Rows": return RowIdentifiers{Keys: []string{}}