influxdata / influxdb-php

influxdb-php: A PHP Client for InfluxDB, a time series database

Home Page:http://influxdb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfluxDB\Query\Builder can getResultSet add param?

ljs95 opened this issue · comments

sorry, I can't speak English very well。
Can the getResultSet method add param parameters to the query method?
Like this:

    public function getResultSet(array $param = [])
    {
        return $this->db->query($this->parseQuery(), $param);
    }