MCPcopy
hub / github.com/lindb/lindb / TSDDecoder

Struct TSDDecoder

pkg/encoding/tsd.go:185–193  ·  view source on GitHub ↗

TSDDecoder decodes time series compress data

Source from the content-addressed store, hash-verified

183
184// TSDDecoder decodes time series compress data
185type TSDDecoder struct {
186 err error
187 reader *bit.Reader
188 values *XORDecoder
189 buf *bufioutil.Buffer
190 startTime uint16
191 endTime uint16
192 idx uint16
193}
194
195// NewTSDDecoder create tsd decoder instance
196func NewTSDDecoder(data []byte) *TSDDecoder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected