Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.24 KB

AllOfChartDataQueryObjectExtras.md

File metadata and controls

14 lines (12 loc) · 1.24 KB

SwaggerClient::AllOfChartDataQueryObjectExtras

Properties

Name Type Description Notes
druid_time_origin String Starting point for time grain counting on legacy Druid datasources. Used to change e.g. Monday/Sunday first-day-of-week. [optional]
having String HAVING clause to be added to aggregate queries using AND operator. [optional]
having_druid Array<ChartDataFilter> HAVING filters to be added to legacy Druid datasource queries. [optional]
relative_end String End time for relative time deltas. Default: `config[&quot;DEFAULT_RELATIVE_START_TIME&quot;]` [optional]
relative_start String Start time for relative time deltas. Default: `config[&quot;DEFAULT_RELATIVE_START_TIME&quot;]` [optional]
time_grain_sqla String To what level of granularity should the temporal column be aggregated. Supports ISO 8601 durations. [optional]
time_range_endpoints Array<null> [optional]
where String WHERE clause to be added to queries using AND operator. [optional]