package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

Add takes the element-wise addition of each dimension and returns the result.
ElementWiseProduct multiplies the calling Load with other and returns the result.
Greater returns true if for every dim given in a is greater than the dim in b element-wise, false otherwise.
Less returns true if for every dim given in a is less than the dim in b element-wise, false otherwise.
Max takes the element-wise maximum of each dimension and returns the result.
Min takes the element-wise minimum of each dimension and returns the result.
Scale applies the factor given against every dimension.
Set returns a new Load with every dimension equal to the value given.
Sub takes the element-wise subtraction of the calling load with the other element-wise and returns the result.

# Constants

CPU refers to the cpu time (ns) used in processing.
Queries refers to the number of queries.

# Interfaces

Load represents a named collection of load dimensions.

# Type aliases

Dimension is a singe dimension of load that a component may track.
Vector is a static container which implements the Load interface.