class

InfluxDB::Query

Inherits Enumerable / Reference / Object

Constructors

new(client : Client, db : String)
Source

Instance methods

each

Must yield this collection's elements to the block.

Source
execute
Source
fields
Source
fields=(fields : String)
Source
fields?
Source
from(measurement : String)
Source
measurement
Source
measurement=(measurement : String)
Source
measurement?
Source
select(fields : Nil | String = "*")
Source

Nested types