join

package
v0.0.0-...-11fc026 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	Rows []Row
}

func Join

func Join(lists []api.SeriesList) Result

Join generates a cartesian product of the given series lists, and then returns rows where the tags are matching.

type Row

type Row struct {
	TagSet api.TagSet       // The tagSet is used to improve performance, or, possibly in the future, for later queries
	Row    []api.Timeseries // The Row consists of all Timeseries which got collected into this Row
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL