influxdata/influxdb-php

getResultSet(['epoch' => 's'])

lty628 opened this issue · 2 comments

public function getResultSet()

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

我也想要这个参数
#148