NAME
Mojo::InfluxDB::Row - Result row container
VERSION
version 0.1
SYNOPSIS
See InfluxDB and InfluxDB::Result.
ATTRIBUTES
src
this is where InfluxDB::Result will store the raw data retrieved for this row. Most attributes of this class will read from here.
time_zone
an optional time_zone that will be passed into every Mojo::InfluxDB::Point returned by points().
names
tags
columns
values
partial
points
A Mojo::Collection of Mojo::InfluxDB::Point.
AUTHOR
Gonzalo Radio <gonzalo@gnzl.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Gonzalo Radio.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.