Expand description
Functions and data types to construct InfluxQL queries
Modules§
Structs§
- Query
- An InfluxQL query
- Query
Builder - A builder for InfluxQL queries
Enums§
- Client
Error - An error occurred during interfacing with an InfluxDB server
- Response
Error - 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§
- Response
Result - The result of an entire InfluxQL query
- Statement
Result - The result of an individual statement from an InfluxQL query
- Tagged
Dataframe - A dataframe accompanied by a set of tags and tag values
- TagsMap
- A set of tags and tag values