pub fn query_tokens_timeseries(
conn: &Connection,
filter: &AnalyticsFilter,
group_by: GroupBy,
) -> AnalyticsResult<TimeseriesResult>Expand description
Run the token/usage timeseries query with the given bucketing granularity.
pub fn query_tokens_timeseries(
conn: &Connection,
filter: &AnalyticsFilter,
group_by: GroupBy,
) -> AnalyticsResult<TimeseriesResult>Run the token/usage timeseries query with the given bucketing granularity.