package
3.4.2
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Functions

CompareValues returns -1 if a<b, 0 if a==b, or 1 if a>b.
FromMemory returns an in-memory [Dataset] from the given list of [MemColumn]s.
Int64Value rerturns a [Value] for an int64.
Iter iterates over the rows for the given list of columns.
NewColumnBuilder creates a new ColumnBuilder from the optional name and provided options.
Sort returns a new Dataset with rows sorted by the given sortBy columns in ascending order.
StringValue returns a [Value] for a string.
Uint64Value returns a [Value] for a uint64.

# Structs

BuilderOptions configures common settings for building pages.
A ColumnBuilder builds a sequence of [Value] entries of a common type into a column.
Helper types.
CompressionOptions customizes the compressor used when building pages.
MemColumn holds a set of pages of a common type.
MemPage holds an encoded (and optionally compressed) sequence of [Value] entries of a common type.
Helper types.
A Row in a Dataset is a set of values across multiple columns with the same row number.
A Value represents a single value within a dataset.

# Interfaces

A Column represents a sequence of values within a dataset.
A Dataset holds a collection of [Columns], each of which is split into a set of [Pages] and further split into a sequence of [Values].
A Page holds an encoded and optionally compressed sequence of [Value]s within a [Column].

# Type aliases

Helper types.
Helper types.