Struct keen::KeenQuery [] [src]

pub struct KeenQuery { /* fields omitted */ }

Type represents a keen io query

Methods

impl KeenQuery
[src]

Add a new group by condition to current query.

Add a new filter to current query.

Add an interval to current query.

Use cache with and set cache timeout to current query.

Other customized parameters that sent to keen io

Generate the query url.

Get the query data. The result is a hyper::Resulthyper::client::Response

Trait Implementations

impl Debug for KeenQuery
[src]

Formats the value using the given formatter.

impl Clone for KeenQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more