Crate rinfluxdb_flux

Source
Expand description

Functions and data types to construct Flux queries

Modules§

async
blocking

Structs§

Query
A Flux query
QueryBuilder
A builder for Flux queries

Enums§

ClientError
An error occurred during interfacing with an InfluxDB server
ResponseError
An error occurred while parsing format

Functions§

from_str
Parse an annotated CSV response returned from InfluxDB to a list of tagged dataframes.

Type Aliases§

ResponseResult
The result of an entire InfluxQL query