Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blooms/contiguous bounds union #12009

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removes unused SeriesHeader method
Signed-off-by: Owen Diehl <[email protected]>
owen-d committed Feb 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d025d9168855f3276c6a2191bc82bb259b16fdba
4 changes: 0 additions & 4 deletions pkg/storage/bloom/v1/index.go
Original file line number Diff line number Diff line change
@@ -218,10 +218,6 @@ type SeriesHeader struct {
FromTs, ThroughTs model.Time
}

func (h SeriesHeader) OverlapFingerprintRange(other SeriesHeader) bool {
return h.Bounds.Overlaps(other.Bounds)
}

// build one aggregated header for the entire block
func aggregateHeaders(xs []SeriesHeader) SeriesHeader {
if len(xs) == 0 {