struct InfluxDB::Query::Result

Defined in:

influxdb/query/result.cr

Constructors

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) #

[View source]

Instance Method Detail

def fields : Fields #

[View source]
def name : String #

[View source]
def tags : Tags #

[View source]
def time #

[View source]
def value #

[View source]