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

Method Close

pkg/parquetquery/column.go:54–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (h *ColumnChunkHelper) Close() error {
55 if h.firstPage != nil {
56 parquet.Release(h.firstPage)
57 h.firstPage = nil
58 }
59
60 if h.pages != nil {
61 err := h.pages.Close()
62 h.pages = nil
63 return err
64 }
65
66 return nil
67}

Callers 3

seekRowGroupMethod · 0.95
nextMethod · 0.95
nextMethod · 0.95

Calls 2

ReleaseMethod · 0.65
CloseMethod · 0.65

Tested by

no test coverage detected