struct InfluxDB::Query::Result
- InfluxDB::Query::Result
- Struct
- Value
- Object
Defined in:
influxdb/query/result.crConstructors
Instance Method Summary
Constructor Detail
def self.new(name : String, fields : Hash(String | Symbol, Bool | Float32 | Float64 | Int32 | Int64 | String), tags : Hash(String | Symbol, Bool | Float32 | Float64 | Int32 | Int64 | String) = Tags.new)
#