SimpleGroupByDruidQueryGenerator

Implements \DruidFamiliar\Interfaces\IDruidQueryGenerator

package

Default

Methods

Take parameters and return a valid Druid Query.

generateQuery(array $params) : string
throws

Arguments

$params

array

Response

string

Druid JSON POST Body

Properties

As opposed to building the query body in PHP associative arrays, one could also template them.

queryTemplate : string
var

Type(s)

string