influxdata/influxdb-php

Offset in InfluxDB\Query\Builder

bentcoder opened this issue · 3 comments

Hi,

Is there a way to use offset in Builder? I am planning use it for pagination purposes.

Also what is the simples way to get the total value? SELECT * FROM table returns many stuff rather than single scalar value such as 23. Just to replace $result->getPoints()[0]['count'] which looks ugly.

Thanks

Although this is a very good library, the issues or the questions hardly attract attention here :)

Actually there is a pull request for that since 2016.
#56

This has been addressed in PR above so closing this issue.