Mojo::InfluxDB::Result - Result container for queries
version 0.1
You will get this objects form InfluxDB query methods. This is a container of query results.
this is where InfluxDB::Result will store the raw data retrieved for this row. Most attributes of this class will read from here.
an optional time_zone that will be passed into every Mojo::InfluxDB::Point returned by points().
A Mojo::Collection of Mojo::InfluxDB::Point.
Gonzalo Radio <gonzalo@gnzl.net>
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.
To install Mojo::InfluxDB, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Mojo::InfluxDB
CPAN shell
perl -MCPAN -e shell install Mojo::InfluxDB
For more information on module installation, please visit the detailed CPAN module installation guide.