MCPcopy
hub / github.com/lindb/lindb / GetSeriesAndTagValue

Method GetSeriesAndTagValue

flow/grouping.go:44–44  ·  view source on GitHub ↗

GetSeriesAndTagValue returns group by container and tag value ids

(highKey uint16)

Source from the content-addressed store, hash-verified

42type GroupingScanner interface {
43 // GetSeriesAndTagValue returns group by container and tag value ids
44 GetSeriesAndTagValue(highKey uint16) (roaring.Container, []uint32)
45 // GetSeriesIDs returns the series ids in current scanner.
46 GetSeriesIDs() *roaring.Bitmap
47}

Callers 8

ScanTagValueIDsMethod · 0.65
scanGroupingTagsMethod · 0.65
TestForwardIndexFunction · 0.65
nextContainerMethod · 0.65

Implementers 2

memGroupingScannerindex/grouping.go
tagForwardReaderindex/v1/forward_reader.go

Calls

no outgoing calls