query package

The query package is experimental and subject to change at any time.

The query package provides functions meant to simplify common InfluxDB queries. Import the experimental/query package:

import "experimental/query"

The primary function in this package is query.inBucket(), which uses all other functions in this package.

Functions


Was this page helpful?

Thank you for your feedback!