queryAnalysis
is a
datatype for a namespace for various query analyses and
transformations.
Table: queryAnalysis
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Mar 18, 2025 | |||||
filterPart | string | yes | Preview | The query string up to the first aggregator. | |
drilldowns | drilldowns | yes | Preview | The number associated with the type of page. See drilldowns . | |
isAggregate | boolean | yes | Preview | Whether the query contains an aggregator. | |
isSinglePhase | boolean | yes | Preview | Whether the query doesn't contain a join-like function. | |
isValidFilterAlertQuery | boolean | yes | Preview | Checks if a query is fit for use for a filter alert. This is deprecated and is no longer used internally. It will be removed in version 1.207. Use instead analyzeQuery, |