The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojo::InfluxDB::Result - Result container for queries

VERSION

version 0.1

DESCRIPTION

You will get this objects form InfluxDB query methods. This is a container of query results.

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.