package
0.7.0
Repository: https://github.com/grafana/tempo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

This file contains types that need to be referenced by both the ./encoding and ./encoding/vX packages.

# Structs

Record represents the location of an ID in an object file.
No description provided by the author

# Interfaces

DataReader returns a slice of pages in the encoding/v0 format referenced by the slice of *Records passed in.
DataWriter is used to write paged data to the backend.
IndexReader is used to abstract away the details of an index.
IndexWriter is used to write paged indexes.
ObjectCombiner is used to combine two objects in the backend.
ObjectReaderWriter represents a library of methods to read and write at the object level.
RecordReaderWriter represents a library of methods to read and write records.

# Type aliases

ID in TempoDB.
Records is a slice of *Record.