package
0.0.0-20230207163005-6ee8545bf30d
Repository: https://github.com/timescale/promscale.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewBatch returns a new batch that can hold samples and exemplars.
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
RegisterCustomPgTypes registers the custom types specified in the `oidSql` query, into the connection's `pgtype.Map`.
No description provided by the author
No description provided by the author
UnRegisterCustomPgTypes deletes the cached types for the given connection.

# Constants

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

# Variables

No description provided by the author
No description provided by the author

# Structs

Batch is an iterator over a collection of Insertables that returns data in the format expected for the data table row.
No description provided by the author
Data wraps incoming data with its in-timestamp.
ExemplarData is additional information associated with a time series.
No description provided by the author
No description provided by the author
No description provided by the author
MetricInfo contains all the database specific metric data.
Batch queries are a way of bundling multiple queries together to avoid unnecessary network round trips.
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
Wrapper to allow DecodeBinary to reuse the existing array so that a pool is effective.
Series stores a Prometheus labels.Labels in its canonical string representation.
No description provided by the author
No description provided by the author

# Interfaces

Dispatcher is responsible for inserting label, series and data into the storage.
ExemplarsIterator iterates over exemplars.
No description provided by the author
No description provided by the author
Iterator iterates over datapoints.
SamplesIterator iterates over samples.

# Type aliases

No description provided by the author
RowResults represents a collection of a multi-column row result.
SeriesEpoch represents the series epoch.
SeriesID represents a globally unique id for the series.