From bfcbf9d784f33bc7085dc9245fcedeeb48edf927 Mon Sep 17 00:00:00 2001 From: Samir Patel <48686912+54mir@users.noreply.github.com> Date: Wed, 9 Feb 2022 11:29:11 -0600 Subject: [PATCH] change interfaceOrVariable type --- pql/ast.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pql/ast.go b/pql/ast.go index 383e37e15..3aa6a29db 100644 --- a/pql/ast.go +++ b/pql/ast.go @@ -383,7 +383,7 @@ var stringOrVariable stringOrVariableType // column args. Special-case type: type interfaceOrVariableType struct{} -var interfaceOrVariable stringOrVariableType +var interfaceOrVariable interfaceOrVariableType var allowField = callInfo{ allowUnknown: false,