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

Method closeCurrRowGroup

pkg/parquetquery/iters.go:924–934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

922}
923
924func (c *SyncIterator) closeCurrRowGroup() {
925 if c.currChunk != nil {
926 c.currChunk.Close()
927 }
928
929 c.currRowGroup = nil
930 c.currRowGroupMin = EmptyRowNumber()
931 c.currRowGroupMax = EmptyRowNumber()
932 c.currChunk = nil
933 c.setPage(nil)
934}
935
936// Several variations of optimized makeResult functions:
937

Callers 6

seekRowGroupMethod · 0.95
seekPagesMethod · 0.95
nextMethod · 0.95
setRowGroupMethod · 0.95
CloseMethod · 0.95
nextMethod · 0.80

Calls 3

setPageMethod · 0.95
EmptyRowNumberFunction · 0.85
CloseMethod · 0.65

Tested by

no test coverage detected