diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-11-21 20:50:42 -0500 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-11-21 20:50:42 -0500 |
| commit | 1aad60b49a32b6bced95a251f266799c031ca83e (patch) | |
| tree | 4b156c7f6df11a164a31a5615d30f9cd6f07c44f /pkg/query/optimizer.go | |
| parent | 7383ea149c9444c297e21f21294fd41e67f9c9ff (diff) | |
Update documentation, comments, and tidy codebase
Diffstat (limited to 'pkg/query/optimizer.go')
| -rw-r--r-- | pkg/query/optimizer.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/query/optimizer.go b/pkg/query/optimizer.go index 337ee35..21de619 100644 --- a/pkg/query/optimizer.go +++ b/pkg/query/optimizer.go @@ -9,9 +9,6 @@ import ( "github.com/jpappel/atlas/pkg/util" ) -// FIXME: any substring checks on unorderd approximate statements will fail -// this is because quotes are added to all approximate string values - type Optimizer struct { workers uint root *Clause |
