Crate rinfluxdb_influxql

Crate rinfluxdb_influxql 

Source
Expand description

Functions and data types to construct InfluxQL queries

Modules§

async
blocking

Structs§

Query
An InfluxQL query
QueryBuilder
A builder for InfluxQL queries

Enums§

ClientError
An error occurred during interfacing with an InfluxDB server
ResponseError
An error occurred during parsing InfluxDB JSON response

Functions§

from_str
Parse a JSON response returned from InfluxDB to a list of tagged dataframes.

Type Aliases§

ResponseResult
The result of an entire InfluxQL query
StatementResult
The result of an individual statement from an InfluxQL query
TaggedDataframe
A dataframe accompanied by a set of tags and tag values
TagsMap
A set of tags and tag values