package
0.6.1
Repository: https://github.com/grafana/phlare.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
CompareRowNumbers compares the sequences of row numbers in a and b for partial equality, descending from top-level through the given definition level.
EmptyRowNumber creates an empty invalid row number.
No description provided by the author
No description provided by the author
MaxRowNumber is a helper that represents the maximum(-ish) representable value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewMultiRepeatedPageIterator returns an iterator that iterates over the values of repeated columns nested together.
NewRepeatedPageIterator returns an iterator that iterates over the repeated values in a column.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ColumnIterator asynchronously iterates through the given row groups and column.
No description provided by the author
IntBetweenPredicate checks for int between the bounds [min,max] inclusive.
IteratorResult is a row of data with a row number and named columns of data.
JoinIterator joins two or more iterators for matches at the given definition level.
KeyValueGroupPredicate takes key/value pairs and checks if the group contains all of them.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StringInPredicate checks for any of the given strings.
No description provided by the author
UnionIterator produces all results for all given iterators.

# Interfaces

No description provided by the author
Predicate is a pushdown predicate that can be applied at the chunk, page, and value levels.
No description provided by the author

# Type aliases

No description provided by the author
RowNumber is the sequence of row numbers uniquely identifying a value in a tree of nested columns, starting at the top-level and including another row number for each level of nesting.