Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 80ef214

Browse files
committed
Get tests from tempo
1 parent eed3d16 commit 80ef214

File tree

2 files changed

+271
-128
lines changed

2 files changed

+271
-128
lines changed

pkg/phlaredb/query/iters.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -475,18 +475,6 @@ func (c *BinaryJoinIterator) Err() error {
475475
return c.err
476476
}
477477

478-
// JoinIterator joins two or more iterators for matches at the given definition level.
479-
// I.e. joining at definitionLevel=0 means that each iterator must produce a result
480-
// within the same root node.
481-
type JoinIterator struct {
482-
definitionLevel int
483-
iters []Iterator
484-
peeks []*IteratorResult
485-
pred GroupPredicate
486-
487-
result *IteratorResult
488-
}
489-
490478
// UnionIterator produces all results for all given iterators. When iterators
491479
// align to the same row, based on the configured definition level, then the results
492480
// are returned together. Else the next matching iterator is returned.

0 commit comments

Comments
 (0)