package
1.11.8
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

NewIndex returns a new initialized Index.
NewShardIndex returns a new index for a shard.

# Constants

IndexName is the name of this index.

# Structs

Index is the in memory index of a collection of measurements, time series, and their tags.
ShardIndex represents a shim between the TSDB index interface and the shared in-memory index.
TagFilter represents a tag filter when looking up other tags or measurements.

# Type aliases

FilterExprs represents a map of series IDs to filter expressions.