aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/compiler.go
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-07-28 23:40:23 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-07-28 23:40:23 -0400
commit209af758b64d586e1c0aec3ad2eb4b56740aeddf (patch)
tree61d8fcebabb925456a87671558df035097560329 /pkg/query/compiler.go
parentf829b01a1c92e788f5114cf66c24856be23ec88f (diff)
Resolve multiple todos
Diffstat (limited to 'pkg/query/compiler.go')
-rw-r--r--pkg/query/compiler.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/query/compiler.go b/pkg/query/compiler.go
index 0637fea..8b71124 100644
--- a/pkg/query/compiler.go
+++ b/pkg/query/compiler.go
@@ -34,8 +34,6 @@ func (s Statements) buildCompile(b *strings.Builder, delim string) ([]any, error
sCount := 0
for cat, catStmts := range s.CategoryPartition() {
- // TODO: make sure sorted
- // TODO: loop over partitions
if len(catStmts) == 0 {
continue
}