# Functions
MustNewObjectDecoder creates a new encoding or it panics.
MustNewSegmentDecoder creates a new encoding or it panics.
NewObjectDecoder returns a Decoder given the passed string.
NewSegmentDecoder returns a Decoder given the passed string.
# Constants
CurrentEncoding is a string representing the encoding that all new blocks should be created with.
# Interfaces
No description provided by the author
ObjectDecoder is used to work with opaque byte slices that contain trace data in the backend.
SegmentDecoder is used by the distributor/ingester to aggregate and pass segments of traces.