From a4d86693394ba9b181b5928c1c6e8c31c9bb2b64 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 30 Jun 2025 17:18:45 -0400 Subject: Implement compiled query execution --- pkg/query/parser.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/query/parser.go') diff --git a/pkg/query/parser.go b/pkg/query/parser.go index c52530e..73738fb 100644 --- a/pkg/query/parser.go +++ b/pkg/query/parser.go @@ -72,7 +72,6 @@ const ( // TODO: rename type Valuer interface { - // TODO: define Type() valuerType Compare(Valuer) int buildCompile(*strings.Builder) (string, bool) -- cgit v1.2.3