MCPcopy
hub / github.com/grafana/tempo / setRowGroup

Method setRowGroup

pkg/parquetquery/iters.go:882–889  ·  view source on GitHub ↗
(rg pq.RowGroup, min, max RowNumber, cc *ColumnChunkHelper)

Source from the content-addressed store, hash-verified

880}
881
882func (c *SyncIterator) setRowGroup(rg pq.RowGroup, min, max RowNumber, cc *ColumnChunkHelper) {
883 c.closeCurrRowGroup()
884 c.curr = min
885 c.currRowGroup = rg
886 c.currRowGroupMin = min
887 c.currRowGroupMax = max
888 c.currChunk = cc
889}
890
891func (c *SyncIterator) setPage(pg pq.Page) {
892 // Handle an outgoing page

Callers 3

seekRowGroupMethod · 0.95
nextMethod · 0.95
nextMethod · 0.80

Calls 1

closeCurrRowGroupMethod · 0.95

Tested by

no test coverage detected